#12466E

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

Shades of Dark Cerulean #12466E

Tints of Dark Cerulean #12466E

Color information

#12466E (or 0x12466E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 6E. RGB value is (18,70,110). Sum of RGB (Red+Green+Blue) = 18+70+110=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #12466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466E is #EDB991. Grayscale: #3A3A3A. Windows color (decimal): -15579538 or 7226898. OLE color: 7226898.

HSL color Cylindrical-coordinate representation of color #12466E: hue angle of 206.09º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12466E is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1870110-
CMYK0.840.3600.57
HSL206.09º71.88%25.1%-
HSV(B)206.09º83.64%43.14%-
XYZ5.255.6315.56-
YUV59.01156.7798.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=9.09%
G=35.35%
B=55.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18701100.840.3600.57206.0971.8825.1
Hex12466E5424039ce4819
Octal221061561244407131611031
Binary10010100011011011101010100100100011100111001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12466E; }

 p { color: rgb(18,70,110); }

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

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

 a { background-color: rgb(18,70,110); }

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

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

 span { border-color: rgb(18,70,110); }

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