Html Css Color HEX #0F58FE Navy Blue

📋 copy color: '#0F58FE'

red 15 ◦ green 88 ◦ blue 254

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

Shades of Navy Blue #0F58FE

Tints of Navy Blue #0F58FE

RGB

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

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

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

R = 4.2%
G = 24.65%
B = 71.15%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F58FE (or 0x0F58FE) is known color: Navy Blue. HEX triplet: 0F, 58 and FE. RGB value is (15,88,254). Sum of RGB (Red+Green+Blue) = 15+88+254=357 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.20% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F58FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F58FE is #F0A701. Grayscale: #545454. Windows color (decimal): -15771394 or 16668687. OLE color: 16668687.

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

Color convert

RGB 15 88 254 -
CMYK 0.94 0.65 0 0.00
HSL 221.67º 0.99% 0.53% -
HSV(B) 221.67º 0.94% 1% -
XYZ 21.58 14.24 95.38 -
YUV 85.1 223.32 78 -
System Red Green Blue C M Y K H S L
Decimal 15 88 254 0.94 0.65 0 0.00 221.67 0.99 0.53
Hex F 58 FE 5E 41 0 0 DE 63 35
Octal 17 130 376 136 101 0 0 336 143 65
Binary 1111 1011000 11111110 1011110 1000001 0 0 11011110 1100011 110101

Color Harmonies of #0F58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F58FE

Black with #0F58FE

Text Example


Text Example

White with #0F58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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