Html Css Color HEX #0259AE Cobalt

📋 copy color: '#0259AE'

red 2 ◦ green 89 ◦ blue 174

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

Shades of Cobalt #0259AE

Tints of Cobalt #0259AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 0.75%
G = 33.58%
B = 65.66%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0259AE (or 0x0259AE) is known color: Cobalt. HEX triplet: 02, 59 and AE. RGB value is (2,89,174). Sum of RGB (Red+Green+Blue) = 2+89+174=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #0259AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259AE is #FDA651. Grayscale: #484848. Windows color (decimal): -16623186 or 11426050. OLE color: 11426050.

HSL color Cylindrical-coordinate representation of color #0259AE: hue angle of 209.65º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259AE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 89 174 -
CMYK 0.99 0.49 0 0.32
HSL 209.65º 0.98% 0.35% -
HSV(B) 209.65º 0.99% 0.68% -
XYZ 11.24 10.21 41.42 -
YUV 72.68 185.18 77.59 -
System Red Green Blue C M Y K H S L
Decimal 2 89 174 0.99 0.49 0 0.32 209.65 0.98 0.35
Hex 2 59 AE 63 31 0 20 D2 62 23
Octal 2 131 256 143 61 0 40 322 142 43
Binary 10 1011001 10101110 1100011 110001 0 100000 11010010 1100010 100011

Color Harmonies of #0259AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259AE

Black with #0259AE

Text Example


Text Example

White with #0259AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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