Html Css Color HEX #0258EB Navy Blue

📋 copy color: '#0258EB'

red 2 ◦ green 88 ◦ blue 235

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

Shades of Navy Blue #0258EB

Tints of Navy Blue #0258EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.31%

R = 0.62%
G = 27.08%
B = 72.31%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0258EB (or 0x0258EB) is known color: Navy Blue. HEX triplet: 02, 58 and EB. RGB value is (2,88,235). Sum of RGB (Red+Green+Blue) = 2+88+235=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #0258EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0258EB is #FDA714. Grayscale: #4E4E4E. Windows color (decimal): -16623381 or 15423490. OLE color: 15423490.

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

Color convert

RGB 2 88 235 -
CMYK 0.99 0.63 0 0.08
HSL 217.85º 0.98% 0.46% -
HSV(B) 217.85º 0.99% 0.92% -
XYZ 18.51 12.99 80.13 -
YUV 79.04 216.01 73.05 -
System Red Green Blue C M Y K H S L
Decimal 2 88 235 0.99 0.63 0 0.08 217.85 0.98 0.46
Hex 2 58 EB 63 3F 0 8 DA 62 2E
Octal 2 130 353 143 77 0 10 332 142 56
Binary 10 1011000 11101011 1100011 111111 0 1000 11011010 1100010 101110

Color Harmonies of #0258EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0258EB

Black with #0258EB

Text Example


Text Example

White with #0258EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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