#16659D

Color #16659D Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #16659D

Tints of Lochmara #16659D

Color information

#16659D (or 0x16659D) is unknown color: approx Lochmara. HEX triplet: 16, 65 and 9D. RGB value is (22,101,157). Sum of RGB (Red+Green+Blue) = 22+101+157=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #16659D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16659D is #E99A62. Grayscale: #535353. Windows color (decimal): -15309411 or 10315030. OLE color: 10315030.

HSL color Cylindrical-coordinate representation of color #16659D: hue angle of 204.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16659D is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB22101157-
CMYK0.860.3600.38
HSL204.89º75.42%35.1%-
HSV(B)204.89º85.99%61.57%-
XYZ11.0711.9133.61-
YUV83.76169.3383.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.86%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=7.86%
G=36.07%
B=56.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221011570.860.3600.38204.8975.4235.1
Hex16659D5624026cd4b23
Octal261452351264404631511343
Binary1011011001011001110110101101001000100110110011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16659D; }

 p { color: rgb(22,101,157); }

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

<style>
 a { background-color: #16659D; }

 a { background-color: rgb(22,101,157); }

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

<style>
 span { border-color: #16659D; }

 span { border-color: rgb(22,101,157); }

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