Html Css Color HEX #0F71DF Navy Blue

📋 copy color: '#0F71DF'

red 15 ◦ green 113 ◦ blue 223

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

Shades of Navy Blue #0F71DF

Tints of Navy Blue #0F71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.19%

 BLUE value IS 223 (87.5% from 255) = 63.53%

R = 4.27%
G = 32.19%
B = 63.53%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F71DF (or 0x0F71DF) is known color: Navy Blue. HEX triplet: 0F, 71 and DF. RGB value is (15,113,223). Sum of RGB (Red+Green+Blue) = 15+113+223=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F71DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71DF is #F08E20. Grayscale: #5F5F5F. Windows color (decimal): -15765025 or 14643471. OLE color: 14643471.

HSL color Cylindrical-coordinate representation of color #0F71DF: hue angle of 211.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F71DF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 113 223 -
CMYK 0.93 0.49 0 0.13
HSL 211.73º 0.87% 0.47% -
HSV(B) 211.73º 0.93% 0.87% -
XYZ 19.42 17.24 72.12 -
YUV 96.24 199.53 70.06 -
System Red Green Blue C M Y K H S L
Decimal 15 113 223 0.93 0.49 0 0.13 211.73 0.87 0.47
Hex F 71 DF 5D 31 0 D D4 57 2F
Octal 17 161 337 135 61 0 15 324 127 57
Binary 1111 1110001 11011111 1011101 110001 0 1101 11010100 1010111 101111

Color Harmonies of #0F71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71DF

Black with #0F71DF

Text Example


Text Example

White with #0F71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,113,223); }

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

background-color css

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

 a { background-color: rgb(15,113,223); }

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

border-color css

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

 span { border-color: rgb(15,113,223); }

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