#013EBA

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

Shades of Cobalt #013EBA

Tints of Cobalt #013EBA

Color information

#013EBA (or 0x013EBA) is unknown color: approx Cobalt. HEX triplet: 01, 3E and BA. RGB value is (1,62,186). Sum of RGB (Red+Green+Blue) = 1+62+186=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #013EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013EBA is #FEC145. Grayscale: #393939. Windows color (decimal): -16695622 or 12205569. OLE color: 12205569.

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

Color convert

RGB162186-
CMYK0.990.6700.27
HSL220.22º98.93%36.67%-
HSV(B)220.22º99.46%72.94%-
XYZ10.6747.25-
YUV57.9200.2987.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 74.70%
R=0.40%
G=24.90%
B=74.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621860.990.6700.27220.2298.9336.67
Hex13EBA634301Bdc6325
Octal17627214310303333414345
Binary11111101011101011000111000011011011110111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,62,186); }

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

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

 a { background-color: rgb(1,62,186); }

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

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

 span { border-color: rgb(1,62,186); }

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