#12486E

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

Shades of Dark Cerulean #12486E

Tints of Dark Cerulean #12486E

Color information

#12486E (or 0x12486E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 48 and 6E. RGB value is (18,72,110). Sum of RGB (Red+Green+Blue) = 18+72+110=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #12486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486E is #EDB791. Grayscale: #3B3B3B. Windows color (decimal): -15579026 or 7227410. OLE color: 7227410.

HSL color Cylindrical-coordinate representation of color #12486E: hue angle of 204.78º 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 #12486E is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1872110-
CMYK0.840.3500.57
HSL204.78º71.88%25.1%-
HSV(B)204.78º83.64%43.14%-
XYZ5.385.8915.6-
YUV60.19156.1197.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 110 (43.36% from 255) = 55%
R=9%
G=36%
B=55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18721100.840.3500.57204.7871.8825.1
Hex12486E5423039cd4819
Octal221101561244307131511031
Binary10010100100011011101010100100011011100111001101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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