Html Css Color HEX #0F58D6 Navy Blue

📋 copy color: '#0F58D6'

red 15 ◦ green 88 ◦ blue 214

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

Shades of Navy Blue #0F58D6

Tints of Navy Blue #0F58D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.51%

R = 4.73%
G = 27.76%
B = 67.51%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0F58D6 (or 0x0F58D6) is known color: Navy Blue. HEX triplet: 0F, 58 and D6. RGB value is (15,88,214). Sum of RGB (Red+Green+Blue) = 15+88+214=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #0F58D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F58D6 is #F0A729. Grayscale: #4F4F4F. Windows color (decimal): -15771434 or 14047247. OLE color: 14047247.

HSL color Cylindrical-coordinate representation of color #0F58D6: hue angle of 217.99º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F58D6 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 88 214 -
CMYK 0.93 0.59 0 0.16
HSL 217.99º 0.87% 0.45% -
HSV(B) 217.99º 0.93% 0.84% -
XYZ 15.82 11.94 65.09 -
YUV 80.54 203.32 81.25 -
System Red Green Blue C M Y K H S L
Decimal 15 88 214 0.93 0.59 0 0.16 217.99 0.87 0.45
Hex F 58 D6 5D 3B 0 10 DA 57 2D
Octal 17 130 326 135 73 0 20 332 127 55
Binary 1111 1011000 11010110 1011101 111011 0 10000 11011010 1010111 101101

Color Harmonies of #0F58D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F58D6

Black with #0F58D6

Text Example


Text Example

White with #0F58D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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