Html Css Color HEX #0259AA Cobalt

📋 copy color: '#0259AA'

red 2 ◦ green 89 ◦ blue 170

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

Shades of Cobalt #0259AA

Tints of Cobalt #0259AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.13%

R = 0.77%
G = 34.1%
B = 65.13%

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

#0259AA (or 0x0259AA) is known color: Cobalt. HEX triplet: 02, 59 and AA. RGB value is (2,89,170). Sum of RGB (Red+Green+Blue) = 2+89+170=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #0259AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259AA is #FDA655. Grayscale: #474747. Windows color (decimal): -16623190 or 11163906. OLE color: 11163906.

HSL color Cylindrical-coordinate representation of color #0259AA: hue angle of 208.93º 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 #0259AA is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 89 170 -
CMYK 0.99 0.48 0 0.33
HSL 208.93º 0.98% 0.34% -
HSV(B) 208.93º 0.99% 0.67% -
XYZ 10.85 10.06 39.4 -
YUV 72.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 2 89 170 0.99 0.48 0 0.33 208.93 0.98 0.34
Hex 2 59 AA 63 30 0 21 D1 62 22
Octal 2 131 252 143 60 0 41 321 142 42
Binary 10 1011001 10101010 1100011 110000 0 100001 11010001 1100010 100010

Color Harmonies of #0259AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259AA

Black with #0259AA

Text Example


Text Example

White with #0259AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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