Html Css Color HEX #0259AC Cobalt

📋 copy color: '#0259AC'

red 2 ◦ green 89 ◦ blue 172

#0259AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0259AC

Tints of Cobalt #0259AC

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 0.76%
G = 33.84%
B = 65.4%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0259AC (or 0x0259AC) is known color: Cobalt. HEX triplet: 02, 59 and AC. RGB value is (2,89,172). Sum of RGB (Red+Green+Blue) = 2+89+172=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0259AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259AC is #FDA653. Grayscale: #484848. Windows color (decimal): -16623188 or 11294978. OLE color: 11294978.

HSL color Cylindrical-coordinate representation of color #0259AC: hue angle of 209.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259AC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 89 172 -
CMYK 0.99 0.48 0 0.33
HSL 209.29º 0.98% 0.34% -
HSV(B) 209.29º 0.99% 0.67% -
XYZ 11.04 10.14 40.4 -
YUV 72.45 184.18 77.75 -
System Red Green Blue C M Y K H S L
Decimal 2 89 172 0.99 0.48 0 0.33 209.29 0.98 0.34
Hex 2 59 AC 63 30 0 21 D1 62 22
Octal 2 131 254 143 60 0 41 321 142 42
Binary 10 1011001 10101100 1100011 110000 0 100001 11010001 1100010 100010

Color Harmonies of #0259AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259AC

Black with #0259AC

Text Example


Text Example

White with #0259AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0259AC; }

 p { color: rgb(2,89,172); }

 H1.HeaderClassName
 {
   color: #0259AC;
 }
 .AnyTagClassName
 {
   color: #0259AC;
 }
</style>

background-color css

<style>
 a { background-color: #0259AC; }

 a { background-color: rgb(2,89,172); }

 div.DivClassName
 {
   background-color: #0259AC;
 }
 .BgClassName
 {
   background-color: #0259AC;
 }
</style>

border-color css

<style>
 span { border-color: #0259AC; }

 span { border-color: rgb(2,89,172); }

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