Html Css Color HEX #12547D Dark Cerulean

📋 copy color: '#12547D'

red 18 ◦ green 84 ◦ blue 125

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

Shades of Dark Cerulean #12547D

Tints of Dark Cerulean #12547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 7.93%
G = 37%
B = 55.07%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12547D (or 0x12547D) is known color: Dark Cerulean. HEX triplet: 12, 54 and 7D. RGB value is (18,84,125). Sum of RGB (Red+Green+Blue) = 18+84+125=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #12547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12547D is #EDAB82. Grayscale: #444444. Windows color (decimal): -15575939 or 8213522. OLE color: 8213522.

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

Color convert

RGB 18 84 125 -
CMYK 0.86 0.33 0 0.51
HSL 202.99º 0.75% 0.28% -
HSV(B) 202.99º 0.86% 0.49% -
XYZ 7.12 7.95 20.56 -
YUV 68.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 18 84 125 0.86 0.33 0 0.51 202.99 0.75 0.28
Hex 12 54 7D 56 21 0 33 CB 4B 1C
Octal 22 124 175 126 41 0 63 313 113 34
Binary 10010 1010100 1111101 1010110 100001 0 110011 11001011 1001011 11100

Color Harmonies of #12547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12547D

Black with #12547D

Text Example


Text Example

White with #12547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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