Html Css Color HEX #04528E Dark Cerulean

📋 copy color: '#04528E'

red 4 ◦ green 82 ◦ blue 142

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

Shades of Dark Cerulean #04528E

Tints of Dark Cerulean #04528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 1.75%
G = 35.96%
B = 62.28%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04528E (or 0x04528E) is known color: Dark Cerulean. HEX triplet: 04, 52 and 8E. RGB value is (4,82,142). Sum of RGB (Red+Green+Blue) = 4+82+142=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #04528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528E is #FBAD71. Grayscale: #414141. Windows color (decimal): -16493938 or 9327108. OLE color: 9327108.

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

Color convert

RGB 4 82 142 -
CMYK 0.97 0.42 0 0.44
HSL 206.09º 0.95% 0.29% -
HSV(B) 206.09º 0.97% 0.56% -
XYZ 7.95 8.01 26.72 -
YUV 65.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 4 82 142 0.97 0.42 0 0.44 206.09 0.95 0.29
Hex 4 52 8E 61 2A 0 2C CE 5F 1D
Octal 4 122 216 141 52 0 54 316 137 35
Binary 100 1010010 10001110 1100001 101010 0 101100 11001110 1011111 11101

Color Harmonies of #04528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04528E

Black with #04528E

Text Example


Text Example

White with #04528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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