#0249B9

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

Shades of Cobalt #0249B9

Tints of Cobalt #0249B9

Color information

#0249B9 (or 0x0249B9) is unknown color: approx Cobalt. HEX triplet: 02, 49 and B9. RGB value is (2,73,185). Sum of RGB (Red+Green+Blue) = 2+73+185=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #0249B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249B9 is #FDB646. Grayscale: #404040. Windows color (decimal): -16627271 or 12142850. OLE color: 12142850.

HSL color Cylindrical-coordinate representation of color #0249B9: hue angle of 216.72º degrees, saturation: 0.98, 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 #0249B9 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB273185-
CMYK0.990.6100.27
HSL216.72º97.86%36.67%-
HSV(B)216.72º98.92%72.55%-
XYZ11.168.2846.91-
YUV64.54195.9883.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 185 (72.66% from 255) = 71.15%
R=0.77%
G=28.08%
B=71.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2731850.990.6100.27216.7297.8636.67
Hex249B9633D01Bd96225
Octal21112711437503333114245
Binary101001001101110011100011111101011011110110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0249B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0249B9; }

 p { color: rgb(2,73,185); }

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

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

 a { background-color: rgb(2,73,185); }

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

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

 span { border-color: rgb(2,73,185); }

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