Html Css Color HEX #04507F Dark Cerulean

📋 copy color: '#04507F'

red 4 ◦ green 80 ◦ blue 127

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

Shades of Dark Cerulean #04507F

Tints of Dark Cerulean #04507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.19%

R = 1.9%
G = 37.91%
B = 60.19%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#04507F (or 0x04507F) is known color: Dark Cerulean. HEX triplet: 04, 50 and 7F. RGB value is (4,80,127). Sum of RGB (Red+Green+Blue) = 4+80+127=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #04507F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04507F is #FBAF80. Grayscale: #3E3E3E. Windows color (decimal): -16494465 or 8343556. OLE color: 8343556.

HSL color Cylindrical-coordinate representation of color #04507F: hue angle of 202.93º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04507F is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 80 127 -
CMYK 0.97 0.37 0 0.50
HSL 202.93º 0.94% 0.26% -
HSV(B) 202.93º 0.97% 0.5% -
XYZ 6.75 7.3 21.13 -
YUV 62.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 4 80 127 0.97 0.37 0 0.50 202.93 0.94 0.26
Hex 4 50 7F 61 25 0 32 CB 5E 1A
Octal 4 120 177 141 45 0 62 313 136 32
Binary 100 1010000 1111111 1100001 100101 0 110010 11001011 1011110 11010

Color Harmonies of #04507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04507F

Black with #04507F

Text Example


Text Example

White with #04507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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