Html Css Color HEX #0259FB Navy Blue

📋 copy color: '#0259FB'

red 2 ◦ green 89 ◦ blue 251

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

Shades of Navy Blue #0259FB

Tints of Navy Blue #0259FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.39%

R = 0.58%
G = 26.02%
B = 73.39%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0259FB (or 0x0259FB) is known color: Navy Blue. HEX triplet: 02, 59 and FB. RGB value is (2,89,251). Sum of RGB (Red+Green+Blue) = 2+89+251=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #0259FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259FB is #FDA604. Grayscale: #505050. Windows color (decimal): -16623109 or 16472322. OLE color: 16472322.

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

Color convert

RGB 2 89 251 -
CMYK 0.99 0.65 0 0.02
HSL 219.04º 0.98% 0.5% -
HSV(B) 219.04º 0.99% 0.98% -
XYZ 21.01 14.12 92.89 -
YUV 81.46 223.68 71.33 -
System Red Green Blue C M Y K H S L
Decimal 2 89 251 0.99 0.65 0 0.02 219.04 0.98 0.5
Hex 2 59 FB 63 41 0 2 DB 62 32
Octal 2 131 373 143 101 0 2 333 142 62
Binary 10 1011001 11111011 1100011 1000001 0 10 11011011 1100010 110010

Color Harmonies of #0259FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259FB

Black with #0259FB

Text Example


Text Example

White with #0259FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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