Html Css Color HEX #0A71DA Navy Blue

📋 copy color: '#0A71DA'

red 10 ◦ green 113 ◦ blue 218

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

Shades of Navy Blue #0A71DA

Tints of Navy Blue #0A71DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.93%

R = 2.93%
G = 33.14%
B = 63.93%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A71DA (or 0x0A71DA) is known color: Navy Blue. HEX triplet: 0A, 71 and DA. RGB value is (10,113,218). Sum of RGB (Red+Green+Blue) = 10+113+218=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A71DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A71DA is #F58E25. Grayscale: #5D5D5D. Windows color (decimal): -16092710 or 14315786. OLE color: 14315786.

HSL color Cylindrical-coordinate representation of color #0A71DA: hue angle of 210.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A71DA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 113 218 -
CMYK 0.95 0.48 0 0.15
HSL 210.29º 0.91% 0.45% -
HSV(B) 210.29º 0.95% 0.85% -
XYZ 18.69 16.94 68.61 -
YUV 94.17 197.88 67.96 -
System Red Green Blue C M Y K H S L
Decimal 10 113 218 0.95 0.48 0 0.15 210.29 0.91 0.45
Hex A 71 DA 5F 30 0 F D2 5B 2D
Octal 12 161 332 137 60 0 17 322 133 55
Binary 1010 1110001 11011010 1011111 110000 0 1111 11010010 1011011 101101

Color Harmonies of #0A71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A71DA

Black with #0A71DA

Text Example


Text Example

White with #0A71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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