Html Css Color HEX #0A6FD7 Navy Blue

📋 copy color: '#0A6FD7'

red 10 ◦ green 111 ◦ blue 215

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

Shades of Navy Blue #0A6FD7

Tints of Navy Blue #0A6FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 215 (84.38% from 255) = 63.99%

R = 2.98%
G = 33.04%
B = 63.99%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A6FD7 (or 0x0A6FD7) is known color: Navy Blue. HEX triplet: 0A, 6F and D7. RGB value is (10,111,215). Sum of RGB (Red+Green+Blue) = 10+111+215=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #0A6FD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FD7 is #F59028. Grayscale: #5C5C5C. Windows color (decimal): -16093225 or 14118666. OLE color: 14118666.

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

Color convert

RGB 10 111 215 -
CMYK 0.95 0.48 0 0.16
HSL 210.44º 0.91% 0.44% -
HSV(B) 210.44º 0.95% 0.84% -
XYZ 18.08 16.34 66.49 -
YUV 92.66 197.04 69.04 -
System Red Green Blue C M Y K H S L
Decimal 10 111 215 0.95 0.48 0 0.16 210.44 0.91 0.44
Hex A 6F D7 5F 30 0 10 D2 5B 2C
Octal 12 157 327 137 60 0 20 322 133 54
Binary 1010 1101111 11010111 1011111 110000 0 10000 11010010 1011011 101100

Color Harmonies of #0A6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FD7

Black with #0A6FD7

Text Example


Text Example

White with #0A6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,111,215); }

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

background-color css

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

 a { background-color: rgb(10,111,215); }

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

border-color css

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

 span { border-color: rgb(10,111,215); }

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