#0250A3

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

Shades of Cobalt #0250A3

Tints of Cobalt #0250A3

Color information

#0250A3 (or 0x0250A3) is unknown color: approx Cobalt. HEX triplet: 02, 50 and A3. RGB value is (2,80,163). Sum of RGB (Red+Green+Blue) = 2+80+163=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #0250A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0250A3 is #FDAF5C. Grayscale: #414141. Windows color (decimal): -16625501 or 10702850. OLE color: 10702850.

HSL color Cylindrical-coordinate representation of color #0250A3: hue angle of 210.93º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250A3 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB280163-
CMYK0.990.5100.36
HSL210.93º97.58%32.35%-
HSV(B)210.93º98.77%63.92%-
XYZ9.58.3935.77-
YUV66.14182.6682.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=0.82%
G=32.65%
B=66.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2801630.990.5100.36210.9397.5832.35
Hex250A36333024d36220
Octal21202431436304432314240
Binary1010100001010001111000111100110100100110100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0250A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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