Html Css Color HEX #0259A4 Cobalt

📋 copy color: '#0259A4'

red 2 ◦ green 89 ◦ blue 164

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

Shades of Cobalt #0259A4

Tints of Cobalt #0259A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 64.31%

R = 0.78%
G = 34.9%
B = 64.31%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0259A4 (or 0x0259A4) is known color: Cobalt. HEX triplet: 02, 59 and A4. RGB value is (2,89,164). Sum of RGB (Red+Green+Blue) = 2+89+164=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #0259A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259A4 is #FDA65B. Grayscale: #474747. Windows color (decimal): -16623196 or 10770690. OLE color: 10770690.

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

Color convert

RGB 2 89 164 -
CMYK 0.99 0.46 0 0.36
HSL 207.78º 0.98% 0.33% -
HSV(B) 207.78º 0.99% 0.64% -
XYZ 10.3 9.84 36.48 -
YUV 71.54 180.18 78.4 -
System Red Green Blue C M Y K H S L
Decimal 2 89 164 0.99 0.46 0 0.36 207.78 0.98 0.33
Hex 2 59 A4 63 2E 0 24 D0 62 21
Octal 2 131 244 143 56 0 44 320 142 41
Binary 10 1011001 10100100 1100011 101110 0 100100 11010000 1100010 100001

Color Harmonies of #0259A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259A4

Black with #0259A4

Text Example


Text Example

White with #0259A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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