Html Css Color HEX #12497D Dark Cerulean

📋 copy color: '#12497D'

red 18 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #12497D

Tints of Dark Cerulean #12497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 8.33%
G = 33.8%
B = 57.87%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12497D (or 0x12497D) is known color: Dark Cerulean. HEX triplet: 12, 49 and 7D. RGB value is (18,73,125). Sum of RGB (Red+Green+Blue) = 18+73+125=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #12497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12497D is #EDB682. Grayscale: #3E3E3E. Windows color (decimal): -15578755 or 8210706. OLE color: 8210706.

HSL color Cylindrical-coordinate representation of color #12497D: hue angle of 209.16º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12497D is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 73 125 -
CMYK 0.86 0.42 0 0.51
HSL 209.16º 0.75% 0.28% -
HSV(B) 209.16º 0.86% 0.49% -
XYZ 6.33 6.37 20.3 -
YUV 62.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 18 73 125 0.86 0.42 0 0.51 209.16 0.75 0.28
Hex 12 49 7D 56 2A 0 33 D1 4B 1C
Octal 22 111 175 126 52 0 63 321 113 34
Binary 10010 1001001 1111101 1010110 101010 0 110011 11010001 1001011 11100

Color Harmonies of #12497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12497D

Black with #12497D

Text Example


Text Example

White with #12497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12497D; }

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

 H1.HeaderClassName
 {
   color: #12497D;
 }
 .AnyTagClassName
 {
   color: #12497D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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