Html Css Color HEX #0259EA Navy Blue

📋 copy color: '#0259EA'

red 2 ◦ green 89 ◦ blue 234

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

Shades of Navy Blue #0259EA

Tints of Navy Blue #0259EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 0.62%
G = 27.38%
B = 72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0259EA (or 0x0259EA) is known color: Navy Blue. HEX triplet: 02, 59 and EA. RGB value is (2,89,234). Sum of RGB (Red+Green+Blue) = 2+89+234=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0259EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0259EA is #FDA615. Grayscale: #4E4E4E. Windows color (decimal): -16623126 or 15358210. OLE color: 15358210.

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

Color convert

RGB 2 89 234 -
CMYK 0.99 0.62 0 0.08
HSL 217.5º 0.98% 0.46% -
HSV(B) 217.5º 0.99% 0.92% -
XYZ 18.45 13.1 79.4 -
YUV 79.52 215.18 72.71 -
System Red Green Blue C M Y K H S L
Decimal 2 89 234 0.99 0.62 0 0.08 217.5 0.98 0.46
Hex 2 59 EA 63 3E 0 8 DA 62 2E
Octal 2 131 352 143 76 0 10 332 142 56
Binary 10 1011001 11101010 1100011 111110 0 1000 11011010 1100010 101110

Color Harmonies of #0259EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259EA

Black with #0259EA

Text Example


Text Example

White with #0259EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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