Html Css Color HEX #0259FF Navy Blue

📋 copy color: '#0259FF'

red 2 ◦ green 89 ◦ blue 255

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

Shades of Navy Blue #0259FF

Tints of Navy Blue #0259FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.7%

R = 0.58%
G = 25.72%
B = 73.7%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0259FF (or 0x0259FF) is known color: Navy Blue. HEX triplet: 02, 59 and FF. RGB value is (2,89,255). Sum of RGB (Red+Green+Blue) = 2+89+255=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0259FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259FF is #FDA600. Grayscale: #515151. Windows color (decimal): -16623105 or 16734466. OLE color: 16734466.

HSL color Cylindrical-coordinate representation of color #0259FF: hue angle of 219.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259FF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 89 255 -
CMYK 0.99 0.65 0 0
HSL 219.37º 1% 0.5% -
HSV(B) 219.37º 0.99% 1% -
XYZ 21.65 14.38 96.24 -
YUV 81.91 225.68 71 -
System Red Green Blue C M Y K H S L
Decimal 2 89 255 0.99 0.65 0 0 219.37 1 0.5
Hex 2 59 FF 63 41 0 0 DB 64 32
Octal 2 131 377 143 101 0 0 333 144 62
Binary 10 1011001 11111111 1100011 1000001 0 0 11011011 1100100 110010

Color Harmonies of #0259FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259FF

Black with #0259FF

Text Example


Text Example

White with #0259FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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