Html Css Color HEX #04548E Dark Cerulean

📋 copy color: '#04548E'

red 4 ◦ green 84 ◦ blue 142

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

Shades of Dark Cerulean #04548E

Tints of Dark Cerulean #04548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.74%

R = 1.74%
G = 36.52%
B = 61.74%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04548E (or 0x04548E) is known color: Dark Cerulean. HEX triplet: 04, 54 and 8E. RGB value is (4,84,142). Sum of RGB (Red+Green+Blue) = 4+84+142=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #04548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548E is #FBAB71. Grayscale: #424242. Windows color (decimal): -16493426 or 9327620. OLE color: 9327620.

HSL color Cylindrical-coordinate representation of color #04548E: hue angle of 205.22º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04548E is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 84 142 -
CMYK 0.97 0.41 0 0.44
HSL 205.22º 0.95% 0.29% -
HSV(B) 205.22º 0.97% 0.56% -
XYZ 8.1 8.32 26.77 -
YUV 66.69 170.5 83.28 -
System Red Green Blue C M Y K H S L
Decimal 4 84 142 0.97 0.41 0 0.44 205.22 0.95 0.29
Hex 4 54 8E 61 29 0 2C CD 5F 1D
Octal 4 124 216 141 51 0 54 315 137 35
Binary 100 1010100 10001110 1100001 101001 0 101100 11001101 1011111 11101

Color Harmonies of #04548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04548E

Black with #04548E

Text Example


Text Example

White with #04548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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