Html Css Color HEX #0259E9 Navy Blue

📋 copy color: '#0259E9'

red 2 ◦ green 89 ◦ blue 233

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

Shades of Navy Blue #0259E9

Tints of Navy Blue #0259E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.91%

R = 0.62%
G = 27.47%
B = 71.91%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0259E9 (or 0x0259E9) is known color: Navy Blue. HEX triplet: 02, 59 and E9. RGB value is (2,89,233). Sum of RGB (Red+Green+Blue) = 2+89+233=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #0259E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259E9 is #FDA616. Grayscale: #4E4E4E. Windows color (decimal): -16623127 or 15292674. OLE color: 15292674.

HSL color Cylindrical-coordinate representation of color #0259E9: hue angle of 217.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259E9 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 89 233 -
CMYK 0.99 0.62 0 0.09
HSL 217.4º 0.98% 0.46% -
HSV(B) 217.4º 0.99% 0.91% -
XYZ 18.31 13.04 78.64 -
YUV 79.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 2 89 233 0.99 0.62 0 0.09 217.4 0.98 0.46
Hex 2 59 E9 63 3E 0 9 D9 62 2E
Octal 2 131 351 143 76 0 11 331 142 56
Binary 10 1011001 11101001 1100011 111110 0 1001 11011001 1100010 101110

Color Harmonies of #0259E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259E9

Black with #0259E9

Text Example


Text Example

White with #0259E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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