Html Css Color HEX #0A71BF Navy Blue

📋 copy color: '#0A71BF'

red 10 ◦ green 113 ◦ blue 191

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

Shades of Navy Blue #0A71BF

Tints of Navy Blue #0A71BF

RGB

 RED value IS 10 (4.3% from 255) = 3.18%

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

 BLUE value IS 191 (75% from 255) = 60.83%

R = 3.18%
G = 35.99%
B = 60.83%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A71BF (or 0x0A71BF) is known color: Navy Blue. HEX triplet: 0A, 71 and BF. RGB value is (10,113,191). Sum of RGB (Red+Green+Blue) = 10+113+191=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A71BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A71BF is #F58E40. Grayscale: #5A5A5A. Windows color (decimal): -16092737 or 12546314. OLE color: 12546314.

HSL color Cylindrical-coordinate representation of color #0A71BF: hue angle of 205.86º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A71BF is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 113 191 -
CMYK 0.95 0.41 0 0.25
HSL 205.86º 0.9% 0.39% -
HSV(B) 205.86º 0.95% 0.75% -
XYZ 15.43 15.64 51.49 -
YUV 91.1 184.38 70.16 -
System Red Green Blue C M Y K H S L
Decimal 10 113 191 0.95 0.41 0 0.25 205.86 0.9 0.39
Hex A 71 BF 5F 29 0 19 CE 5A 27
Octal 12 161 277 137 51 0 31 316 132 47
Binary 1010 1110001 10111111 1011111 101001 0 11001 11001110 1011010 100111

Color Harmonies of #0A71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A71BF

Black with #0A71BF

Text Example


Text Example

White with #0A71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,191); }

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

background-color css

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

 a { background-color: rgb(10,113,191); }

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

border-color css

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

 span { border-color: rgb(10,113,191); }

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