#005B98

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

Shades of Cobalt #005B98

Tints of Cobalt #005B98

Color information

#005B98 (or 0x005B98) is unknown color: approx Cobalt. HEX triplet: 00, 5B and 98. RGB value is (0,91,152). Sum of RGB (Red+Green+Blue) = 0+91+152=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #005B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B98 is #FFA467. Grayscale: #464646. Windows color (decimal): -16753768 or 9984768. OLE color: 9984768.

HSL color Cylindrical-coordinate representation of color #005B98: hue angle of 204.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B98 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB091152-
CMYK10.4000.40
HSL204.08º100%29.8%-
HSV(B)204.08º100%59.61%-
XYZ9.419.7531.09-
YUV70.74173.8577.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=0%
G=37.45%
B=62.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal09115210.4000.40204.0810029.8
Hex05B986428028cc641e
Octal01332301445005031414436
Binary01011011100110001100100101000010100011001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005B98; }

 p { color: rgb(0,91,152); }

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

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

 a { background-color: rgb(0,91,152); }

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

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

 span { border-color: rgb(0,91,152); }

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