#0055BB

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

Shades of Cobalt #0055BB

Tints of Cobalt #0055BB

Color information

#0055BB (or 0x0055BB) is unknown color: approx Cobalt. HEX triplet: 00, 55 and BB. RGB value is (0,85,187). Sum of RGB (Red+Green+Blue) = 0+85+187=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #0055BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055BB is #FFAA44. Grayscale: #464646. Windows color (decimal): -16755269 or 12276992. OLE color: 12276992.

HSL color Cylindrical-coordinate representation of color #0055BB: hue angle of 212.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055BB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB085187-
CMYK10.5500.27
HSL212.73º100%36.67%-
HSV(B)212.73º100%73.33%-
XYZ12.2210.0848.32-
YUV71.21193.3477.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 187 (73.44% from 255) = 68.75%
R=0%
G=31.25%
B=68.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal08518710.5500.27212.7310036.67
Hex055BB643701Bd56425
Octal01252731446703332514445
Binary01010101101110111100100110111011011110101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0055BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0055BB; }

 p { color: rgb(0,85,187); }

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

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

 a { background-color: rgb(0,85,187); }

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

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

 span { border-color: rgb(0,85,187); }

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