Html Css Color HEX #04507C Dark Cerulean

📋 copy color: '#04507C'

red 4 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #04507C

Tints of Dark Cerulean #04507C

RGB

 RED value IS 4 (1.95% from 255) = 1.92%

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

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

R = 1.92%
G = 38.46%
B = 59.62%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04507C (or 0x04507C) is known color: Dark Cerulean. HEX triplet: 04, 50 and 7C. RGB value is (4,80,124). Sum of RGB (Red+Green+Blue) = 4+80+124=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #04507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04507C is #FBAF83. Grayscale: #3E3E3E. Windows color (decimal): -16494468 or 8146948. OLE color: 8146948.

HSL color Cylindrical-coordinate representation of color #04507C: hue angle of 202º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04507C is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 80 124 -
CMYK 0.97 0.35 0 0.51
HSL 202º 0.94% 0.25% -
HSV(B) 202º 0.97% 0.49% -
XYZ 6.56 7.22 20.12 -
YUV 62.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 4 80 124 0.97 0.35 0 0.51 202 0.94 0.25
Hex 4 50 7C 61 23 0 33 CA 5E 19
Octal 4 120 174 141 43 0 63 312 136 31
Binary 100 1010000 1111100 1100001 100011 0 110011 11001010 1011110 11001

Color Harmonies of #04507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04507C

Black with #04507C

Text Example


Text Example

White with #04507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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