Html Css Color HEX #045598 Cobalt

📋 copy color: '#045598'

red 4 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #045598

Tints of Cobalt #045598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 1.66%
G = 35.27%
B = 63.07%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#045598 (or 0x045598) is known color: Cobalt. HEX triplet: 04, 55 and 98. RGB value is (4,85,152). Sum of RGB (Red+Green+Blue) = 4+85+152=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #045598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045598 is #FBAA67. Grayscale: #444444. Windows color (decimal): -16493160 or 9983236. OLE color: 9983236.

HSL color Cylindrical-coordinate representation of color #045598: hue angle of 207.16º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045598 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 85 152 -
CMYK 0.97 0.44 0 0.40
HSL 207.16º 0.95% 0.31% -
HSV(B) 207.16º 0.97% 0.6% -
XYZ 8.97 8.79 30.93 -
YUV 68.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 4 85 152 0.97 0.44 0 0.40 207.16 0.95 0.31
Hex 4 55 98 61 2C 0 28 CF 5F 1F
Octal 4 125 230 141 54 0 50 317 137 37
Binary 100 1010101 10011000 1100001 101100 0 101000 11001111 1011111 11111

Color Harmonies of #045598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045598

Black with #045598

Text Example


Text Example

White with #045598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045598; }

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

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

background-color css

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

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

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

border-color css

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

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

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