#013BB3

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

Shades of Cobalt #013BB3

Tints of Cobalt #013BB3

Color information

#013BB3 (or 0x013BB3) is unknown color: approx Cobalt. HEX triplet: 01, 3B and B3. RGB value is (1,59,179). Sum of RGB (Red+Green+Blue) = 1+59+179=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #013BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BB3 is #FEC44C. Grayscale: #363636. Windows color (decimal): -16696397 or 11746049. OLE color: 11746049.

HSL color Cylindrical-coordinate representation of color #013BB3: hue angle of 220.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BB3 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB159179-
CMYK0.990.6700.30
HSL220.45º98.89%35.29%-
HSV(B)220.45º99.44%70.2%-
XYZ9.716.3943.37-
YUV55.34197.7889.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 179 (70.31% from 255) = 74.90%
R=0.42%
G=24.69%
B=74.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591790.990.6700.30220.4598.8935.29
Hex13BB3634301Edc6323
Octal17326314310303633414343
Binary11110111011001111000111000011011110110111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013BB3; }

 p { color: rgb(1,59,179); }

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

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

 a { background-color: rgb(1,59,179); }

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

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

 span { border-color: rgb(1,59,179); }

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