Html Css Color HEX #04547E Dark Cerulean

📋 copy color: '#04547E'

red 4 ◦ green 84 ◦ blue 126

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

Shades of Dark Cerulean #04547E

Tints of Dark Cerulean #04547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.88%

R = 1.87%
G = 39.25%
B = 58.88%

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

#04547E (or 0x04547E) is known color: Dark Cerulean. HEX triplet: 04, 54 and 7E. RGB value is (4,84,126). Sum of RGB (Red+Green+Blue) = 4+84+126=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #04547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04547E is #FBAB81. Grayscale: #404040. Windows color (decimal): -16493442 or 8279044. OLE color: 8279044.

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

Color convert

RGB 4 84 126 -
CMYK 0.97 0.33 0 0.51
HSL 200.66º 0.94% 0.25% -
HSV(B) 200.66º 0.97% 0.49% -
XYZ 6.99 7.87 20.89 -
YUV 64.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 4 84 126 0.97 0.33 0 0.51 200.66 0.94 0.25
Hex 4 54 7E 61 21 0 33 C9 5E 19
Octal 4 124 176 141 41 0 63 311 136 31
Binary 100 1010100 1111110 1100001 100001 0 110011 11001001 1011110 11001

Color Harmonies of #04547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04547E

Black with #04547E

Text Example


Text Example

White with #04547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04547E; }

 p { color: rgb(4,84,126); }

 H1.HeaderClassName
 {
   color: #04547E;
 }
 .AnyTagClassName
 {
   color: #04547E;
 }
</style>

background-color css

<style>
 a { background-color: #04547E; }

 a { background-color: rgb(4,84,126); }

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

border-color css

<style>
 span { border-color: #04547E; }

 span { border-color: rgb(4,84,126); }

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