Html Css Color HEX #0258FE Navy Blue

📋 copy color: '#0258FE'

red 2 ◦ green 88 ◦ blue 254

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

Shades of Navy Blue #0258FE

Tints of Navy Blue #0258FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 254 (99.61% from 255) = 73.84%

R = 0.58%
G = 25.58%
B = 73.84%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0258FE (or 0x0258FE) is known color: Navy Blue. HEX triplet: 02, 58 and FE. RGB value is (2,88,254). Sum of RGB (Red+Green+Blue) = 2+88+254=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #0258FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258FE is #FDA701. Grayscale: #505050. Windows color (decimal): -16623362 or 16668674. OLE color: 16668674.

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

Color convert

RGB 2 88 254 -
CMYK 0.99 0.65 0 0.00
HSL 219.52º 0.99% 0.5% -
HSV(B) 219.52º 0.99% 1% -
XYZ 21.4 14.15 95.37 -
YUV 81.21 225.51 71.5 -
System Red Green Blue C M Y K H S L
Decimal 2 88 254 0.99 0.65 0 0.00 219.52 0.99 0.5
Hex 2 58 FE 63 41 0 0 DC 63 32
Octal 2 130 376 143 101 0 0 334 143 62
Binary 10 1011000 11111110 1100011 1000001 0 0 11011100 1100011 110010

Color Harmonies of #0258FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258FE

Black with #0258FE

Text Example


Text Example

White with #0258FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0258FE; }

 p { color: rgb(2,88,254); }

 H1.HeaderClassName
 {
   color: #0258FE;
 }
 .AnyTagClassName
 {
   color: #0258FE;
 }
</style>

background-color css

<style>
 a { background-color: #0258FE; }

 a { background-color: rgb(2,88,254); }

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

border-color css

<style>
 span { border-color: #0258FE; }

 span { border-color: rgb(2,88,254); }

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