Html Css Color HEX #0259FA Navy Blue

📋 copy color: '#0259FA'

red 2 ◦ green 89 ◦ blue 250

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

Shades of Navy Blue #0259FA

Tints of Navy Blue #0259FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 0.59%
G = 26.1%
B = 73.31%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0259FA (or 0x0259FA) is known color: Navy Blue. HEX triplet: 02, 59 and FA. RGB value is (2,89,250). Sum of RGB (Red+Green+Blue) = 2+89+250=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0259FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259FA is #FDA605. Grayscale: #505050. Windows color (decimal): -16623110 or 16406786. OLE color: 16406786.

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

Color convert

RGB 2 89 250 -
CMYK 0.99 0.64 0 0.02
HSL 218.95º 0.98% 0.49% -
HSV(B) 218.95º 0.99% 0.98% -
XYZ 20.85 14.06 92.06 -
YUV 81.34 223.18 71.41 -
System Red Green Blue C M Y K H S L
Decimal 2 89 250 0.99 0.64 0 0.02 218.95 0.98 0.49
Hex 2 59 FA 63 40 0 2 DB 62 31
Octal 2 131 372 143 100 0 2 333 142 61
Binary 10 1011001 11111010 1100011 1000000 0 10 11011011 1100010 110001

Color Harmonies of #0259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259FA

Black with #0259FA

Text Example


Text Example

White with #0259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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