#0258B2

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

Shades of Cobalt #0258B2

Tints of Cobalt #0258B2

Color information

#0258B2 (or 0x0258B2) is unknown color: approx Cobalt. HEX triplet: 02, 58 and B2. RGB value is (2,88,178). Sum of RGB (Red+Green+Blue) = 2+88+178=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 178 (69.92% from 255 or 66.42% from 268); Max value from RGB is 178 - color contains mainly: blue. Hex color #0258B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0258B2 is #FDA74D. Grayscale: #484848. Windows color (decimal): -16623438 or 11687938. OLE color: 11687938.

HSL color Cylindrical-coordinate representation of color #0258B2: hue angle of 210.68º 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 #0258B2 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB288178-
CMYK0.990.5100.30
HSL210.68º97.78%35.29%-
HSV(B)210.68º98.88%69.8%-
XYZ11.5510.2143.48-
YUV72.55187.5177.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 178 (69.92% from 255) = 66.42%
R=0.75%
G=32.84%
B=66.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2881780.990.5100.30210.6897.7835.29
Hex258B2633301Ed36223
Octal21302621436303632314243
Binary101011000101100101100011110011011110110100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0258B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0258B2; }

 p { color: rgb(2,88,178); }

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

<style>
 a { background-color: #0258B2; }

 a { background-color: rgb(2,88,178); }

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

<style>
 span { border-color: #0258B2; }

 span { border-color: rgb(2,88,178); }

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