#0251B3

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

Shades of Cobalt #0251B3

Tints of Cobalt #0251B3

Color information

#0251B3 (or 0x0251B3) is unknown color: approx Cobalt. HEX triplet: 02, 51 and B3. RGB value is (2,81,179). Sum of RGB (Red+Green+Blue) = 2+81+179=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #0251B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251B3 is #FDAE4C. Grayscale: #444444. Windows color (decimal): -16625229 or 11751682. OLE color: 11751682.

HSL color Cylindrical-coordinate representation of color #0251B3: hue angle of 213.22º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251B3 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB281179-
CMYK0.990.5500.30
HSL213.22º97.79%35.49%-
HSV(B)213.22º98.88%70.2%-
XYZ11.19.1543.83-
YUV68.55190.3380.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 179 (70.31% from 255) = 68.32%
R=0.76%
G=30.92%
B=68.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2811790.990.5500.30213.2297.7935.49
Hex251B3633701Ed56223
Octal21212631436703632514243
Binary101010001101100111100011110111011110110101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0251B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0251B3; }

 p { color: rgb(2,81,179); }

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

<style>
 a { background-color: #0251B3; }

 a { background-color: rgb(2,81,179); }

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

<style>
 span { border-color: #0251B3; }

 span { border-color: rgb(2,81,179); }

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