#015399

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

Shades of Cobalt #015399

Tints of Cobalt #015399

Color information

#015399 (or 0x015399) is unknown color: approx Cobalt. HEX triplet: 01, 53 and 99. RGB value is (1,83,153). Sum of RGB (Red+Green+Blue) = 1+83+153=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #015399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015399 is #FEAC66. Grayscale: #424242. Windows color (decimal): -16690279 or 10048257. OLE color: 10048257.

HSL color Cylindrical-coordinate representation of color #015399: hue angle of 207.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015399 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB183153-
CMYK0.990.4600.4
HSL207.63º98.7%30.2%-
HSV(B)207.63º99.35%60%-
XYZ8.868.4931.31-
YUV66.46176.8381.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 153 (60.16% from 255) = 64.56%
R=0.42%
G=35.02%
B=64.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1831530.990.4600.4207.6398.730.2
Hex15399632E028d0631e
Octal11232311435605032014336
Binary11010011100110011100011101110010100011010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015399; }

 p { color: rgb(1,83,153); }

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

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

 a { background-color: rgb(1,83,153); }

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

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

 span { border-color: rgb(1,83,153); }

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