Html Css Color HEX #0259BF Navy Blue

📋 copy color: '#0259BF'

red 2 ◦ green 89 ◦ blue 191

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

Shades of Navy Blue #0259BF

Tints of Navy Blue #0259BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.73%

R = 0.71%
G = 31.56%
B = 67.73%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0259BF (or 0x0259BF) is known color: Navy Blue. HEX triplet: 02, 59 and BF. RGB value is (2,89,191). Sum of RGB (Red+Green+Blue) = 2+89+191=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #0259BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259BF is #FDA640. Grayscale: #4A4A4A. Windows color (decimal): -16623169 or 12540162. OLE color: 12540162.

HSL color Cylindrical-coordinate representation of color #0259BF: hue angle of 212.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259BF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 89 191 -
CMYK 0.99 0.53 0 0.25
HSL 212.38º 0.98% 0.38% -
HSV(B) 212.38º 0.99% 0.75% -
XYZ 13 10.92 50.71 -
YUV 74.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 2 89 191 0.99 0.53 0 0.25 212.38 0.98 0.38
Hex 2 59 BF 63 35 0 19 D4 62 26
Octal 2 131 277 143 65 0 31 324 142 46
Binary 10 1011001 10111111 1100011 110101 0 11001 11010100 1100010 100110

Color Harmonies of #0259BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259BF

Black with #0259BF

Text Example


Text Example

White with #0259BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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