#01509C

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

Shades of Cobalt #01509C

Tints of Cobalt #01509C

Color information

#01509C (or 0x01509C) is unknown color: approx Cobalt. HEX triplet: 01, 50 and 9C. RGB value is (1,80,156). Sum of RGB (Red+Green+Blue) = 1+80+156=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #01509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01509C is #FEAF63. Grayscale: #404040. Windows color (decimal): -16691044 or 10244097. OLE color: 10244097.

HSL color Cylindrical-coordinate representation of color #01509C: hue angle of 209.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01509C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB180156-
CMYK0.990.4900.39
HSL209.42º98.73%30.78%-
HSV(B)209.42º99.36%61.18%-
XYZ8.888.1432.56-
YUV65.04179.3382.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 156 (61.33% from 255) = 65.82%
R=0.42%
G=33.76%
B=65.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1801560.990.4900.39209.4298.7330.78
Hex1509C6331027d1631f
Octal11202341436104732114337
Binary11010000100111001100011110001010011111010001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01509C; }

 p { color: rgb(1,80,156); }

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

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

 a { background-color: rgb(1,80,156); }

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

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

 span { border-color: rgb(1,80,156); }

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