Html Css Color HEX #04537C Dark Cerulean

📋 copy color: '#04537C'

red 4 ◦ green 83 ◦ blue 124

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

Shades of Dark Cerulean #04537C

Tints of Dark Cerulean #04537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

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

R = 1.9%
G = 39.34%
B = 58.77%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04537C (or 0x04537C) is known color: Dark Cerulean. HEX triplet: 04, 53 and 7C. RGB value is (4,83,124). Sum of RGB (Red+Green+Blue) = 4+83+124=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #04537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04537C is #FBAC83. Grayscale: #3F3F3F. Windows color (decimal): -16493700 or 8147716. OLE color: 8147716.

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

Color convert

RGB 4 83 124 -
CMYK 0.97 0.33 0 0.51
HSL 200.5º 0.94% 0.25% -
HSV(B) 200.5º 0.97% 0.49% -
XYZ 6.78 7.67 20.19 -
YUV 64.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 4 83 124 0.97 0.33 0 0.51 200.5 0.94 0.25
Hex 4 53 7C 61 21 0 33 C8 5E 19
Octal 4 123 174 141 41 0 63 310 136 31
Binary 100 1010011 1111100 1100001 100001 0 110011 11001000 1011110 11001

Color Harmonies of #04537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04537C

Black with #04537C

Text Example


Text Example

White with #04537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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