Html Css Color HEX #0F71DC Navy Blue

📋 copy color: '#0F71DC'

red 15 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #0F71DC

Tints of Navy Blue #0F71DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 4.31%
G = 32.47%
B = 63.22%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F71DC (or 0x0F71DC) is known color: Navy Blue. HEX triplet: 0F, 71 and DC. RGB value is (15,113,220). Sum of RGB (Red+Green+Blue) = 15+113+220=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F71DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71DC is #F08E23. Grayscale: #5F5F5F. Windows color (decimal): -15765028 or 14446863. OLE color: 14446863.

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

Color convert

RGB 15 113 220 -
CMYK 0.93 0.49 0 0.14
HSL 211.32º 0.87% 0.46% -
HSV(B) 211.32º 0.93% 0.86% -
XYZ 19.02 17.08 70 -
YUV 95.9 198.03 70.3 -
System Red Green Blue C M Y K H S L
Decimal 15 113 220 0.93 0.49 0 0.14 211.32 0.87 0.46
Hex F 71 DC 5D 31 0 E D3 57 2E
Octal 17 161 334 135 61 0 16 323 127 56
Binary 1111 1110001 11011100 1011101 110001 0 1110 11010011 1010111 101110

Color Harmonies of #0F71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71DC

Black with #0F71DC

Text Example


Text Example

White with #0F71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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