Html Css Color HEX #12507C Dark Cerulean

📋 copy color: '#12507C'

red 18 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #12507C

Tints of Dark Cerulean #12507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 8.11%
G = 36.04%
B = 55.86%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12507C (or 0x12507C) is known color: Dark Cerulean. HEX triplet: 12, 50 and 7C. RGB value is (18,80,124). Sum of RGB (Red+Green+Blue) = 18+80+124=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #12507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12507C is #EDAF83. Grayscale: #424242. Windows color (decimal): -15576964 or 8146962. OLE color: 8146962.

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

Color convert

RGB 18 80 124 -
CMYK 0.85 0.35 0 0.51
HSL 204.91º 0.75% 0.28% -
HSV(B) 204.91º 0.85% 0.49% -
XYZ 6.76 7.32 20.13 -
YUV 66.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 18 80 124 0.85 0.35 0 0.51 204.91 0.75 0.28
Hex 12 50 7C 55 23 0 33 CD 4B 1C
Octal 22 120 174 125 43 0 63 315 113 34
Binary 10010 1010000 1111100 1010101 100011 0 110011 11001101 1001011 11100

Color Harmonies of #12507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12507C

Black with #12507C

Text Example


Text Example

White with #12507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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