Html Css Color HEX #0A6FDF Navy Blue

📋 copy color: '#0A6FDF'

red 10 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #0A6FDF

Tints of Navy Blue #0A6FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 2.91%
G = 32.27%
B = 64.83%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A6FDF (or 0x0A6FDF) is known color: Navy Blue. HEX triplet: 0A, 6F and DF. RGB value is (10,111,223). Sum of RGB (Red+Green+Blue) = 10+111+223=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A6FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FDF is #F59020. Grayscale: #5D5D5D. Windows color (decimal): -16093217 or 14642954. OLE color: 14642954.

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

Color convert

RGB 10 111 223 -
CMYK 0.96 0.50 0 0.13
HSL 211.55º 0.91% 0.46% -
HSV(B) 211.55º 0.96% 0.87% -
XYZ 19.13 16.76 72.04 -
YUV 93.57 201.04 68.39 -
System Red Green Blue C M Y K H S L
Decimal 10 111 223 0.96 0.50 0 0.13 211.55 0.91 0.46
Hex A 6F DF 60 32 0 D D4 5B 2E
Octal 12 157 337 140 62 0 15 324 133 56
Binary 1010 1101111 11011111 1100000 110010 0 1101 11010100 1011011 101110

Color Harmonies of #0A6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FDF

Black with #0A6FDF

Text Example


Text Example

White with #0A6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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