Html Css Color HEX #0F58ED Navy Blue

📋 copy color: '#0F58ED'

red 15 ◦ green 88 ◦ blue 237

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

Shades of Navy Blue #0F58ED

Tints of Navy Blue #0F58ED

RGB

 RED value IS 15 (6.25% from 255) = 4.41%

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

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 4.41%
G = 25.88%
B = 69.71%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F58ED (or 0x0F58ED) is known color: Navy Blue. HEX triplet: 0F, 58 and ED. RGB value is (15,88,237). Sum of RGB (Red+Green+Blue) = 15+88+237=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F58ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F58ED is #F0A712. Grayscale: #525252. Windows color (decimal): -15771411 or 15554575. OLE color: 15554575.

HSL color Cylindrical-coordinate representation of color #0F58ED: hue angle of 220.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F58ED is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 88 237 -
CMYK 0.94 0.63 0 0.07
HSL 220.27º 0.88% 0.49% -
HSV(B) 220.27º 0.94% 0.93% -
XYZ 18.97 13.2 81.67 -
YUV 83.16 214.82 79.38 -
System Red Green Blue C M Y K H S L
Decimal 15 88 237 0.94 0.63 0 0.07 220.27 0.88 0.49
Hex F 58 ED 5E 3F 0 7 DC 58 31
Octal 17 130 355 136 77 0 7 334 130 61
Binary 1111 1011000 11101101 1011110 111111 0 111 11011100 1011000 110001

Color Harmonies of #0F58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F58ED

Black with #0F58ED

Text Example


Text Example

White with #0F58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F58ED; }

 p { color: rgb(15,88,237); }

 H1.HeaderClassName
 {
   color: #0F58ED;
 }
 .AnyTagClassName
 {
   color: #0F58ED;
 }
</style>

background-color css

<style>
 a { background-color: #0F58ED; }

 a { background-color: rgb(15,88,237); }

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

border-color css

<style>
 span { border-color: #0F58ED; }

 span { border-color: rgb(15,88,237); }

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