Html Css Color HEX #0A71DB Navy Blue

📋 copy color: '#0A71DB'

red 10 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #0A71DB

Tints of Navy Blue #0A71DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 2.92%
G = 33.04%
B = 64.04%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A71DB (or 0x0A71DB) is known color: Navy Blue. HEX triplet: 0A, 71 and DB. RGB value is (10,113,219). Sum of RGB (Red+Green+Blue) = 10+113+219=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A71DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A71DB is #F58E24. Grayscale: #5D5D5D. Windows color (decimal): -16092709 or 14381322. OLE color: 14381322.

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

Color convert

RGB 10 113 219 -
CMYK 0.95 0.48 0 0.14
HSL 210.43º 0.91% 0.45% -
HSV(B) 210.43º 0.95% 0.86% -
XYZ 18.82 16.99 69.31 -
YUV 94.29 198.38 67.88 -
System Red Green Blue C M Y K H S L
Decimal 10 113 219 0.95 0.48 0 0.14 210.43 0.91 0.45
Hex A 71 DB 5F 30 0 E D2 5B 2D
Octal 12 161 333 137 60 0 16 322 133 55
Binary 1010 1110001 11011011 1011111 110000 0 1110 11010010 1011011 101101

Color Harmonies of #0A71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A71DB

Black with #0A71DB

Text Example


Text Example

White with #0A71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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