Html Css Color HEX #04508A Dark Cerulean

📋 copy color: '#04508A'

red 4 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #04508A

Tints of Dark Cerulean #04508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 1.8%
G = 36.04%
B = 62.16%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#04508A (or 0x04508A) is known color: Dark Cerulean. HEX triplet: 04, 50 and 8A. RGB value is (4,80,138). Sum of RGB (Red+Green+Blue) = 4+80+138=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #04508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04508A is #FBAF75. Grayscale: #3F3F3F. Windows color (decimal): -16494454 or 9064452. OLE color: 9064452.

HSL color Cylindrical-coordinate representation of color #04508A: hue angle of 205.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04508A is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 80 138 -
CMYK 0.97 0.42 0 0.46
HSL 205.97º 0.94% 0.28% -
HSV(B) 205.97º 0.97% 0.54% -
XYZ 7.51 7.6 25.12 -
YUV 63.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 4 80 138 0.97 0.42 0 0.46 205.97 0.94 0.28
Hex 4 50 8A 61 2A 0 2E CE 5E 1C
Octal 4 120 212 141 52 0 56 316 136 34
Binary 100 1010000 10001010 1100001 101010 0 101110 11001110 1011110 11100

Color Harmonies of #04508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04508A

Black with #04508A

Text Example


Text Example

White with #04508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04508A; }

 p { color: rgb(4,80,138); }

 H1.HeaderClassName
 {
   color: #04508A;
 }
 .AnyTagClassName
 {
   color: #04508A;
 }
</style>

background-color css

<style>
 a { background-color: #04508A; }

 a { background-color: rgb(4,80,138); }

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

border-color css

<style>
 span { border-color: #04508A; }

 span { border-color: rgb(4,80,138); }

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