Html Css Color HEX #0259FE Navy Blue

📋 copy color: '#0259FE'

red 2 ◦ green 89 ◦ blue 254

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

Shades of Navy Blue #0259FE

Tints of Navy Blue #0259FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 0.58%
G = 25.8%
B = 73.62%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0259FE (or 0x0259FE) is known color: Navy Blue. HEX triplet: 02, 59 and FE. RGB value is (2,89,254). Sum of RGB (Red+Green+Blue) = 2+89+254=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0259FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259FE is #FDA601. Grayscale: #515151. Windows color (decimal): -16623106 or 16668930. OLE color: 16668930.

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

Color convert

RGB 2 89 254 -
CMYK 0.99 0.65 0 0.00
HSL 219.29º 0.99% 0.5% -
HSV(B) 219.29º 0.99% 1% -
XYZ 21.49 14.31 95.4 -
YUV 81.8 225.18 71.08 -
System Red Green Blue C M Y K H S L
Decimal 2 89 254 0.99 0.65 0 0.00 219.29 0.99 0.5
Hex 2 59 FE 63 41 0 0 DB 63 32
Octal 2 131 376 143 101 0 0 333 143 62
Binary 10 1011001 11111110 1100011 1000001 0 0 11011011 1100011 110010

Color Harmonies of #0259FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259FE

Black with #0259FE

Text Example


Text Example

White with #0259FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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