Html Css Color HEX #12486C Dark Cerulean

📋 copy color: '#12486C'

red 18 ◦ green 72 ◦ blue 108

#12486C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #12486C

Tints of Dark Cerulean #12486C

RGB

 RED value IS 18 (7.42% from 255) = 9.09%

 GREEN value IS 72 (28.52% from 255) = 36.36%

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 9.09%
G = 36.36%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12486C (or 0x12486C) is known color: Dark Cerulean. HEX triplet: 12, 48 and 6C. RGB value is (18,72,108). Sum of RGB (Red+Green+Blue) = 18+72+108=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #12486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12486C is #EDB793. Grayscale: #3B3B3B. Windows color (decimal): -15579028 or 7096338. OLE color: 7096338.

HSL color Cylindrical-coordinate representation of color #12486C: hue angle of 204º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12486C is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 72 108 -
CMYK 0.83 0.33 0 0.58
HSL 204º 0.71% 0.25% -
HSV(B) 204º 0.83% 0.42% -
XYZ 5.27 5.85 15.04 -
YUV 59.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 18 72 108 0.83 0.33 0 0.58 204 0.71 0.25
Hex 12 48 6C 53 21 0 3A CC 47 19
Octal 22 110 154 123 41 0 72 314 107 31
Binary 10010 1001000 1101100 1010011 100001 0 111010 11001100 1000111 11001

Color Harmonies of #12486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12486C

Black with #12486C

Text Example


Text Example

White with #12486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12486C;
 }
 .AnyTagClassName
 {
   color: #12486C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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