#045098

Color #045098 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #045098

Tints of Cobalt #045098

Color information

#045098 (or 0x045098) is unknown color: approx Cobalt. HEX triplet: 04, 50 and 98. RGB value is (4,80,152). Sum of RGB (Red+Green+Blue) = 4+80+152=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #045098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045098 is #FBAF67. Grayscale: #414141. Windows color (decimal): -16494440 or 9981956. OLE color: 9981956.

HSL color Cylindrical-coordinate representation of color #045098: hue angle of 209.19º 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 #045098 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB480152-
CMYK0.970.4700.40
HSL209.19º94.87%30.59%-
HSV(B)209.19º97.37%59.61%-
XYZ8.598.0330.8-
YUV65.48176.8284.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=1.69%
G=33.90%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4801520.970.4700.40209.1994.8730.59
Hex45098612F028d15f1f
Octal41202301415705032113737
Binary1001010000100110001100001101111010100011010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045098; }

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

 H1.HeaderClassName
 {
   color: #045098;
 }
 .AnyTagClassName
 {
   color: #045098;
 }
</style>
background-color css

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

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

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

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

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

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