Html Css Color HEX #0A6DCD Navy Blue

📋 copy color: '#0A6DCD'

red 10 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #0A6DCD

Tints of Navy Blue #0A6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 3.09%
G = 33.64%
B = 63.27%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A6DCD (or 0x0A6DCD) is known color: Navy Blue. HEX triplet: 0A, 6D and CD. RGB value is (10,109,205). Sum of RGB (Red+Green+Blue) = 10+109+205=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A6DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DCD is #F59232. Grayscale: #595959. Windows color (decimal): -16093747 or 13462794. OLE color: 13462794.

HSL color Cylindrical-coordinate representation of color #0A6DCD: hue angle of 209.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6DCD is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 109 205 -
CMYK 0.95 0.47 0 0.20
HSL 209.54º 0.91% 0.42% -
HSV(B) 209.54º 0.95% 0.8% -
XYZ 16.61 15.41 59.86 -
YUV 90.34 192.7 70.69 -
System Red Green Blue C M Y K H S L
Decimal 10 109 205 0.95 0.47 0 0.20 209.54 0.91 0.42
Hex A 6D CD 5F 2F 0 14 D2 5B 2A
Octal 12 155 315 137 57 0 24 322 133 52
Binary 1010 1101101 11001101 1011111 101111 0 10100 11010010 1011011 101010

Color Harmonies of #0A6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6DCD

Black with #0A6DCD

Text Example


Text Example

White with #0A6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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