#0A067B

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

Shades of Navy #0A067B

Tints of Navy #0A067B

Color information

#0A067B (or 0x0A067B) is unknown color: approx Navy. HEX triplet: 0A, 06 and 7B. RGB value is (10,6,123). Sum of RGB (Red+Green+Blue) = 10+6+123=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A067B is #F5F984. Grayscale: #141414. Windows color (decimal): -16120197 or 8062474. OLE color: 8062474.

HSL color Cylindrical-coordinate representation of color #0A067B: hue angle of 242.05º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A067B is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB106123-
CMYK0.920.9500.52
HSL242.05º90.7%25.29%-
HSV(B)242.05º95.12%48.24%-
XYZ3.771.6218.85-
YUV20.53185.83120.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 123 (48.44% from 255) = 88.49%
R=7.19%
G=4.32%
B=88.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1061230.920.9500.52242.0590.725.29
HexA67B5C5F034f25b19
Octal12617313413706436213331
Binary1010110111101110111001011111011010011110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,6,123); }

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

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

 a { background-color: rgb(10,6,123); }

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

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

 span { border-color: rgb(10,6,123); }

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