Html Css Color HEX #12496E Dark Cerulean

📋 copy color: '#12496E'

red 18 ◦ green 73 ◦ blue 110

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

Shades of Dark Cerulean #12496E

Tints of Dark Cerulean #12496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 8.96%
G = 36.32%
B = 54.73%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12496E (or 0x12496E) is known color: Dark Cerulean. HEX triplet: 12, 49 and 6E. RGB value is (18,73,110). Sum of RGB (Red+Green+Blue) = 18+73+110=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #12496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12496E is #EDB691. Grayscale: #3C3C3C. Windows color (decimal): -15578770 or 7227666. OLE color: 7227666.

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

Color convert

RGB 18 73 110 -
CMYK 0.84 0.34 0 0.57
HSL 204.13º 0.72% 0.25% -
HSV(B) 204.13º 0.84% 0.43% -
XYZ 5.45 6.02 15.63 -
YUV 60.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 18 73 110 0.84 0.34 0 0.57 204.13 0.72 0.25
Hex 12 49 6E 54 22 0 39 CC 48 19
Octal 22 111 156 124 42 0 71 314 110 31
Binary 10010 1001001 1101110 1010100 100010 0 111001 11001100 1001000 11001

Color Harmonies of #12496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12496E

Black with #12496E

Text Example


Text Example

White with #12496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12496E;
 }
 .AnyTagClassName
 {
   color: #12496E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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