Html Css Color HEX #0259EE Navy Blue

📋 copy color: '#0259EE'

red 2 ◦ green 89 ◦ blue 238

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

Shades of Navy Blue #0259EE

Tints of Navy Blue #0259EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 72.34%

R = 0.61%
G = 27.05%
B = 72.34%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0259EE (or 0x0259EE) is known color: Navy Blue. HEX triplet: 02, 59 and EE. RGB value is (2,89,238). Sum of RGB (Red+Green+Blue) = 2+89+238=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #0259EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259EE is #FDA611. Grayscale: #4F4F4F. Windows color (decimal): -16623122 or 15620354. OLE color: 15620354.

HSL color Cylindrical-coordinate representation of color #0259EE: hue angle of 217.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259EE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 89 238 -
CMYK 0.99 0.63 0 0.07
HSL 217.88º 0.98% 0.47% -
HSV(B) 217.88º 0.99% 0.93% -
XYZ 19.03 13.33 82.46 -
YUV 79.97 217.18 72.38 -
System Red Green Blue C M Y K H S L
Decimal 2 89 238 0.99 0.63 0 0.07 217.88 0.98 0.47
Hex 2 59 EE 63 3F 0 7 DA 62 2F
Octal 2 131 356 143 77 0 7 332 142 57
Binary 10 1011001 11101110 1100011 111111 0 111 11011010 1100010 101111

Color Harmonies of #0259EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259EE

Black with #0259EE

Text Example


Text Example

White with #0259EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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