Html Css Color HEX #04559D Cobalt

📋 copy color: '#04559D'

red 4 ◦ green 85 ◦ blue 157

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

Shades of Cobalt #04559D

Tints of Cobalt #04559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 1.63%
G = 34.55%
B = 63.82%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04559D (or 0x04559D) is known color: Cobalt. HEX triplet: 04, 55 and 9D. RGB value is (4,85,157). Sum of RGB (Red+Green+Blue) = 4+85+157=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #04559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04559D is #FBAA62. Grayscale: #444444. Windows color (decimal): -16493155 or 10310916. OLE color: 10310916.

HSL color Cylindrical-coordinate representation of color #04559D: hue angle of 208.24º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04559D is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 85 157 -
CMYK 0.97 0.46 0 0.38
HSL 208.24º 0.95% 0.32% -
HSV(B) 208.24º 0.97% 0.62% -
XYZ 9.38 8.96 33.13 -
YUV 68.99 177.66 81.65 -
System Red Green Blue C M Y K H S L
Decimal 4 85 157 0.97 0.46 0 0.38 208.24 0.95 0.32
Hex 4 55 9D 61 2E 0 26 D0 5F 20
Octal 4 125 235 141 56 0 46 320 137 40
Binary 100 1010101 10011101 1100001 101110 0 100110 11010000 1011111 100000

Color Harmonies of #04559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04559D

Black with #04559D

Text Example


Text Example

White with #04559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04559D; }

 p { color: rgb(4,85,157); }

 H1.HeaderClassName
 {
   color: #04559D;
 }
 .AnyTagClassName
 {
   color: #04559D;
 }
</style>

background-color css

<style>
 a { background-color: #04559D; }

 a { background-color: rgb(4,85,157); }

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

border-color css

<style>
 span { border-color: #04559D; }

 span { border-color: rgb(4,85,157); }

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