Html Css Color HEX #0A6DDF Navy Blue

📋 copy color: '#0A6DDF'

red 10 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #0A6DDF

Tints of Navy Blue #0A6DDF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

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

R = 2.92%
G = 31.87%
B = 65.2%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A6DDF (or 0x0A6DDF) is known color: Navy Blue. HEX triplet: 0A, 6D and DF. RGB value is (10,109,223). Sum of RGB (Red+Green+Blue) = 10+109+223=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A6DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DDF is #F59220. Grayscale: #5B5B5B. Windows color (decimal): -16093729 or 14642442. OLE color: 14642442.

HSL color Cylindrical-coordinate representation of color #0A6DDF: hue angle of 212.11º 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 #0A6DDF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 109 223 -
CMYK 0.96 0.51 0 0.13
HSL 212.11º 0.91% 0.46% -
HSV(B) 212.11º 0.96% 0.87% -
XYZ 18.91 16.33 71.97 -
YUV 92.4 201.7 69.23 -
System Red Green Blue C M Y K H S L
Decimal 10 109 223 0.96 0.51 0 0.13 212.11 0.91 0.46
Hex A 6D DF 60 33 0 D D4 5B 2E
Octal 12 155 337 140 63 0 15 324 133 56
Binary 1010 1101101 11011111 1100000 110011 0 1101 11010100 1011011 101110

Color Harmonies of #0A6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6DDF

Black with #0A6DDF

Text Example


Text Example

White with #0A6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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