#005BA4

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

Shades of Cobalt #005BA4

Tints of Cobalt #005BA4

Color information

#005BA4 (or 0x005BA4) is unknown color: approx Cobalt. HEX triplet: 00, 5B and A4. RGB value is (0,91,164). Sum of RGB (Red+Green+Blue) = 0+91+164=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #005BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BA4 is #FFA45B. Grayscale: #474747. Windows color (decimal): -16753756 or 10771200. OLE color: 10771200.

HSL color Cylindrical-coordinate representation of color #005BA4: hue angle of 206.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BA4 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB091164-
CMYK10.4500.36
HSL206.71º100%32.16%-
HSV(B)206.71º100%64.31%-
XYZ10.4410.1636.53-
YUV72.11179.8576.56-

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) = 35.69%
BLUE value IS 164 (64.45% from 255) = 64.31%
R=0%
G=35.69%
B=64.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal09116410.4500.36206.7110032.16
Hex05BA4642D024cf6420
Octal01332441445504431714440
Binary010110111010010011001001011010100100110011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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