#005BB4

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

Shades of Cobalt #005BB4

Tints of Cobalt #005BB4

Color information

#005BB4 (or 0x005BB4) is unknown color: approx Cobalt. HEX triplet: 00, 5B and B4. RGB value is (0,91,180). Sum of RGB (Red+Green+Blue) = 0+91+180=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #005BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BB4 is #FFA44B. Grayscale: #494949. Windows color (decimal): -16753740 or 11819776. OLE color: 11819776.

HSL color Cylindrical-coordinate representation of color #005BB4: hue angle of 209.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BB4 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB091180-
CMYK10.4900.29
HSL209.67º100%35.29%-
HSV(B)209.67º100%70.59%-
XYZ11.9810.7844.63-
YUV73.94187.8575.26-

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) = 33.58%
BLUE value IS 180 (70.70% from 255) = 66.42%
R=0%
G=33.58%
B=66.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal09118010.4900.29209.6710035.29
Hex05BB4643101Dd26423
Octal01332641446103532214443
Binary01011011101101001100100110001011101110100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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