#10067B

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

Shades of Navy #10067B

Tints of Navy #10067B

Color information

#10067B (or 0x10067B) is unknown color: approx Navy. HEX triplet: 10, 06 and 7B. RGB value is (16,6,123). Sum of RGB (Red+Green+Blue) = 16+6+123=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #10067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10067B is #EFF984. Grayscale: #151515. Windows color (decimal): -15726981 or 8062480. OLE color: 8062480.

HSL color Cylindrical-coordinate representation of color #10067B: hue angle of 245.13º 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 #10067B is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB166123-
CMYK0.870.9500.52
HSL245.13º90.7%25.29%-
HSV(B)245.13º95.12%48.24%-
XYZ3.851.6718.86-
YUV22.33184.81123.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 123 (48.44% from 255) = 84.83%
R=11.03%
G=4.14%
B=84.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1661230.870.9500.52245.1390.725.29
Hex1067B575F034f55b19
Octal20617312713706436513331
Binary10000110111101110101111011111011010011110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10067B; }

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

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

<style>
 a { background-color: #10067B; }

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

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

<style>
 span { border-color: #10067B; }

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

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