Html Css Color HEX #12487C Dark Cerulean

📋 copy color: '#12487C'

red 18 ◦ green 72 ◦ blue 124

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

Shades of Dark Cerulean #12487C

Tints of Dark Cerulean #12487C

RGB

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

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

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

R = 8.41%
G = 33.64%
B = 57.94%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12487C (or 0x12487C) is known color: Dark Cerulean. HEX triplet: 12, 48 and 7C. RGB value is (18,72,124). Sum of RGB (Red+Green+Blue) = 18+72+124=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #12487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12487C is #EDB783. Grayscale: #3D3D3D. Windows color (decimal): -15579012 or 8144914. OLE color: 8144914.

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

Color convert

RGB 18 72 124 -
CMYK 0.85 0.42 0 0.51
HSL 209.43º 0.75% 0.28% -
HSV(B) 209.43º 0.85% 0.49% -
XYZ 6.2 6.22 19.94 -
YUV 61.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 18 72 124 0.85 0.42 0 0.51 209.43 0.75 0.28
Hex 12 48 7C 55 2A 0 33 D1 4B 1C
Octal 22 110 174 125 52 0 63 321 113 34
Binary 10010 1001000 1111100 1010101 101010 0 110011 11010001 1001011 11100

Color Harmonies of #12487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12487C

Black with #12487C

Text Example


Text Example

White with #12487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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