Html Css Color HEX #0F71DD Navy Blue

📋 copy color: '#0F71DD'

red 15 ◦ green 113 ◦ blue 221

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

Shades of Navy Blue #0F71DD

Tints of Navy Blue #0F71DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 4.3%
G = 32.38%
B = 63.32%

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

#0F71DD (or 0x0F71DD) is known color: Navy Blue. HEX triplet: 0F, 71 and DD. RGB value is (15,113,221). Sum of RGB (Red+Green+Blue) = 15+113+221=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F71DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F71DD is #F08E22. Grayscale: #5F5F5F. Windows color (decimal): -15765027 or 14512399. OLE color: 14512399.

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

Color convert

RGB 15 113 221 -
CMYK 0.93 0.49 0 0.13
HSL 211.46º 0.87% 0.46% -
HSV(B) 211.46º 0.93% 0.87% -
XYZ 19.15 17.13 70.7 -
YUV 96.01 198.53 70.22 -
System Red Green Blue C M Y K H S L
Decimal 15 113 221 0.93 0.49 0 0.13 211.46 0.87 0.46
Hex F 71 DD 5D 31 0 D D3 57 2E
Octal 17 161 335 135 61 0 15 323 127 56
Binary 1111 1110001 11011101 1011101 110001 0 1101 11010011 1010111 101110

Color Harmonies of #0F71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F71DD

Black with #0F71DD

Text Example


Text Example

White with #0F71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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