Html Css Color HEX #0258EE Navy Blue

📋 copy color: '#0258EE'

red 2 ◦ green 88 ◦ blue 238

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

Shades of Navy Blue #0258EE

Tints of Navy Blue #0258EE

RGB

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

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

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

R = 0.61%
G = 26.83%
B = 72.56%

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

#0258EE (or 0x0258EE) is known color: Navy Blue. HEX triplet: 02, 58 and EE. RGB value is (2,88,238). Sum of RGB (Red+Green+Blue) = 2+88+238=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 238 (93.36% from 255 or 72.56% from 328); Max value from RGB is 238 - color contains mainly: blue. Hex color #0258EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258EE is #FDA711. Grayscale: #4E4E4E. Windows color (decimal): -16623378 or 15620098. OLE color: 15620098.

HSL color Cylindrical-coordinate representation of color #0258EE: hue angle of 218.14º 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 #0258EE is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 88 238 -
CMYK 0.99 0.63 0 0.07
HSL 218.14º 0.98% 0.47% -
HSV(B) 218.14º 0.99% 0.93% -
XYZ 18.95 13.17 82.43 -
YUV 79.39 217.51 72.8 -
System Red Green Blue C M Y K H S L
Decimal 2 88 238 0.99 0.63 0 0.07 218.14 0.98 0.47
Hex 2 58 EE 63 3F 0 7 DA 62 2F
Octal 2 130 356 143 77 0 7 332 142 57
Binary 10 1011000 11101110 1100011 111111 0 111 11011010 1100010 101111

Color Harmonies of #0258EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258EE

Black with #0258EE

Text Example


Text Example

White with #0258EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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