Html Css Color HEX #12477C Dark Cerulean

📋 copy color: '#12477C'

red 18 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #12477C

Tints of Dark Cerulean #12477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.33%

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

R = 8.45%
G = 33.33%
B = 58.22%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12477C (or 0x12477C) is known color: Dark Cerulean. HEX triplet: 12, 47 and 7C. RGB value is (18,71,124). Sum of RGB (Red+Green+Blue) = 18+71+124=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #12477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12477C is #EDB883. Grayscale: #3C3C3C. Windows color (decimal): -15579268 or 8144658. OLE color: 8144658.

HSL color Cylindrical-coordinate representation of color #12477C: hue angle of 210º 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 #12477C is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 71 124 -
CMYK 0.85 0.43 0 0.51
HSL 210º 0.75% 0.28% -
HSV(B) 210º 0.85% 0.49% -
XYZ 6.14 6.09 19.92 -
YUV 61.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 18 71 124 0.85 0.43 0 0.51 210 0.75 0.28
Hex 12 47 7C 55 2B 0 33 D2 4B 1C
Octal 22 107 174 125 53 0 63 322 113 34
Binary 10010 1000111 1111100 1010101 101011 0 110011 11010010 1001011 11100

Color Harmonies of #12477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12477C

Black with #12477C

Text Example


Text Example

White with #12477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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