Html Css Color HEX #04527B Dark Cerulean

📋 copy color: '#04527B'

red 4 ◦ green 82 ◦ blue 123

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

Shades of Dark Cerulean #04527B

Tints of Dark Cerulean #04527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 1.91%
G = 39.23%
B = 58.85%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04527B (or 0x04527B) is known color: Dark Cerulean. HEX triplet: 04, 52 and 7B. RGB value is (4,82,123). Sum of RGB (Red+Green+Blue) = 4+82+123=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #04527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04527B is #FBAD84. Grayscale: #3F3F3F. Windows color (decimal): -16493957 or 8081924. OLE color: 8081924.

HSL color Cylindrical-coordinate representation of color #04527B: hue angle of 200.67º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04527B is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 82 123 -
CMYK 0.97 0.33 0 0.52
HSL 200.67º 0.94% 0.25% -
HSV(B) 200.67º 0.97% 0.48% -
XYZ 6.64 7.49 19.83 -
YUV 63.35 161.66 85.67 -
System Red Green Blue C M Y K H S L
Decimal 4 82 123 0.97 0.33 0 0.52 200.67 0.94 0.25
Hex 4 52 7B 61 21 0 34 C9 5E 19
Octal 4 122 173 141 41 0 64 311 136 31
Binary 100 1010010 1111011 1100001 100001 0 110100 11001001 1011110 11001

Color Harmonies of #04527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04527B

Black with #04527B

Text Example


Text Example

White with #04527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04527B; }

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

 H1.HeaderClassName
 {
   color: #04527B;
 }
 .AnyTagClassName
 {
   color: #04527B;
 }
</style>

background-color css

<style>
 a { background-color: #04527B; }

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

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

border-color css

<style>
 span { border-color: #04527B; }

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

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