Html Css Color HEX #12467C Dark Cerulean

📋 copy color: '#12467C'

red 18 ◦ green 70 ◦ blue 124

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

Shades of Dark Cerulean #12467C

Tints of Dark Cerulean #12467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 8.49%
G = 33.02%
B = 58.49%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12467C (or 0x12467C) is known color: Dark Cerulean. HEX triplet: 12, 46 and 7C. RGB value is (18,70,124). Sum of RGB (Red+Green+Blue) = 18+70+124=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #12467C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12467C is #EDB983. Grayscale: #3C3C3C. Windows color (decimal): -15579524 or 8144402. OLE color: 8144402.

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

Color convert

RGB 18 70 124 -
CMYK 0.85 0.44 0 0.51
HSL 210.57º 0.75% 0.28% -
HSV(B) 210.57º 0.85% 0.49% -
XYZ 6.08 5.96 19.9 -
YUV 60.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 18 70 124 0.85 0.44 0 0.51 210.57 0.75 0.28
Hex 12 46 7C 55 2C 0 33 D3 4B 1C
Octal 22 106 174 125 54 0 63 323 113 34
Binary 10010 1000110 1111100 1010101 101100 0 110011 11010011 1001011 11100

Color Harmonies of #12467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12467C

Black with #12467C

Text Example


Text Example

White with #12467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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