#0152A1

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

Shades of Cobalt #0152A1

Tints of Cobalt #0152A1

Color information

#0152A1 (or 0x0152A1) is unknown color: approx Cobalt. HEX triplet: 01, 52 and A1. RGB value is (1,82,161). Sum of RGB (Red+Green+Blue) = 1+82+161=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #0152A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0152A1 is #FEAD5E. Grayscale: #424242. Windows color (decimal): -16690527 or 10572289. OLE color: 10572289.

HSL color Cylindrical-coordinate representation of color #0152A1: hue angle of 209.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0152A1 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB182161-
CMYK0.990.4900.37
HSL209.62º98.77%31.76%-
HSV(B)209.62º99.38%63.14%-
XYZ9.468.6134.88-
YUV66.79181.1681.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 161 (63.28% from 255) = 65.98%
R=0.41%
G=33.61%
B=65.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1821610.990.4900.37209.6298.7731.76
Hex152A16331025d26320
Octal11222411436104532214340
Binary110100101010000111000111100010100101110100101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0152A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0152A1; }

 p { color: rgb(1,82,161); }

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

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

 a { background-color: rgb(1,82,161); }

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

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

 span { border-color: rgb(1,82,161); }

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