Html Css Color HEX #12547C Dark Cerulean

📋 copy color: '#12547C'

red 18 ◦ green 84 ◦ blue 124

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

Shades of Dark Cerulean #12547C

Tints of Dark Cerulean #12547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 7.96%
G = 37.17%
B = 54.87%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12547C (or 0x12547C) is known color: Dark Cerulean. HEX triplet: 12, 54 and 7C. RGB value is (18,84,124). Sum of RGB (Red+Green+Blue) = 18+84+124=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #12547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12547C is #EDAB83. Grayscale: #444444. Windows color (decimal): -15575940 or 8147986. OLE color: 8147986.

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

Color convert

RGB 18 84 124 -
CMYK 0.85 0.32 0 0.51
HSL 202.64º 0.75% 0.28% -
HSV(B) 202.64º 0.85% 0.49% -
XYZ 7.06 7.92 20.23 -
YUV 68.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 18 84 124 0.85 0.32 0 0.51 202.64 0.75 0.28
Hex 12 54 7C 55 20 0 33 CB 4B 1C
Octal 22 124 174 125 40 0 63 313 113 34
Binary 10010 1010100 1111100 1010101 100000 0 110011 11001011 1001011 11100

Color Harmonies of #12547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12547C

Black with #12547C

Text Example


Text Example

White with #12547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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