#123782

Color #123782 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #123782

Tints of Dark Cerulean #123782

Color information

#123782 (or 0x123782) is unknown color: approx Dark Cerulean. HEX triplet: 12, 37 and 82. RGB value is (18,55,130). Sum of RGB (Red+Green+Blue) = 18+55+130=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #123782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123782 is #EDC87D. Grayscale: #343434. Windows color (decimal): -15583358 or 8533778. OLE color: 8533778.

HSL color Cylindrical-coordinate representation of color #123782: hue angle of 220.18º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123782 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1855130-
CMYK0.860.5800.49
HSL220.18º75.68%29.02%-
HSV(B)220.18º86.15%50.98%-
XYZ5.644.4721.68-
YUV52.49171.74103.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=8.87%
G=27.09%
B=64.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18551300.860.5800.49220.1875.6829.02
Hex123782563A031dc4c1d
Octal22672021267206133411435
Binary10010110111100000101010110111010011000111011100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123782; }

 p { color: rgb(18,55,130); }

 H1.HeaderClassName
 {
   color: #123782;
 }
 .AnyTagClassName
 {
   color: #123782;
 }
</style>
background-color css

<style>
 a { background-color: #123782; }

 a { background-color: rgb(18,55,130); }

 div.DivClassName
 {
   background-color: #123782;
 }
 .BgClassName
 {
   background-color: #123782;
 }
</style>
border-color css

<style>
 span { border-color: #123782; }

 span { border-color: rgb(18,55,130); }

 td.TdClassName
 {
   border-color: #123782;
 }
 .TagClassName
 {
   border-color: #123782;
 }
</style>