#0250A7

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

Shades of Cobalt #0250A7

Tints of Cobalt #0250A7

Color information

#0250A7 (or 0x0250A7) is unknown color: approx Cobalt. HEX triplet: 02, 50 and A7. RGB value is (2,80,167). Sum of RGB (Red+Green+Blue) = 2+80+167=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #0250A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0250A7 is #FDAF58. Grayscale: #424242. Windows color (decimal): -16625497 or 10964994. OLE color: 10964994.

HSL color Cylindrical-coordinate representation of color #0250A7: hue angle of 211.64º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250A7 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB280167-
CMYK0.990.5200.35
HSL211.64º97.63%33.14%-
HSV(B)211.64º98.8%65.49%-
XYZ9.878.5437.69-
YUV66.6184.6681.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 167 (65.62% from 255) = 67.07%
R=0.80%
G=32.13%
B=67.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2801670.990.5200.35211.6497.6333.14
Hex250A76334023d46221
Octal21202471436404332414241
Binary1010100001010011111000111101000100011110101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0250A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0250A7; }

 p { color: rgb(2,80,167); }

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

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

 a { background-color: rgb(2,80,167); }

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

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

 span { border-color: rgb(2,80,167); }

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