#0A6BC8

Color #0A6BC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0A6BC8

Tints of Navy Blue #0A6BC8

Color information

#0A6BC8 (or 0x0A6BC8) is unknown color: approx Navy Blue. HEX triplet: 0A, 6B and C8. RGB value is (10,107,200). Sum of RGB (Red+Green+Blue) = 10+107+200=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #0A6BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BC8 is #F59437. Grayscale: #585858. Windows color (decimal): -16094264 or 13134602. OLE color: 13134602.

HSL color Cylindrical-coordinate representation of color #0A6BC8: hue angle of 209.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6BC8 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10107200-
CMYK0.950.4600.22
HSL209.37º90.48%41.18%-
HSV(B)209.37º95%78.43%-
XYZ15.8114.7556.66-
YUV88.6190.8671.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 200 (78.52% from 255) = 63.09%
R=3.15%
G=33.75%
B=63.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101072000.950.4600.22209.3790.4841.18
HexA6BC85F2E016d15a29
Octal121533101375602632113251
Binary10101101011110010001011111101110010110110100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A6BC8;
 }
 .AnyTagClassName
 {
   color: #0A6BC8;
 }
</style>
background-color css

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

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

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

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

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

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