Html Css Color HEX #0A6BC0 Navy Blue

📋 copy color: '#0A6BC0'

red 10 ◦ green 107 ◦ blue 192

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

Shades of Navy Blue #0A6BC0

Tints of Navy Blue #0A6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 192 (75.39% from 255) = 62.14%

R = 3.24%
G = 34.63%
B = 62.14%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A6BC0 (or 0x0A6BC0) is known color: Navy Blue. HEX triplet: 0A, 6B and C0. RGB value is (10,107,192). Sum of RGB (Red+Green+Blue) = 10+107+192=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A6BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BC0 is #F5943F. Grayscale: #575757. Windows color (decimal): -16094272 or 12610314. OLE color: 12610314.

HSL color Cylindrical-coordinate representation of color #0A6BC0: hue angle of 208.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6BC0 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 107 192 -
CMYK 0.95 0.44 0 0.25
HSL 208.02º 0.9% 0.4% -
HSV(B) 208.02º 0.95% 0.75% -
XYZ 14.9 14.39 51.86 -
YUV 87.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 10 107 192 0.95 0.44 0 0.25 208.02 0.9 0.4
Hex A 6B C0 5F 2C 0 19 D0 5A 28
Octal 12 153 300 137 54 0 31 320 132 50
Binary 1010 1101011 11000000 1011111 101100 0 11001 11010000 1011010 101000

Color Harmonies of #0A6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6BC0

Black with #0A6BC0

Text Example


Text Example

White with #0A6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,107,192); }

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

background-color css

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

 a { background-color: rgb(10,107,192); }

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

border-color css

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

 span { border-color: rgb(10,107,192); }

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