#1C7BAA

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

Shades of Lochmara #1C7BAA

Tints of Lochmara #1C7BAA

Color information

#1C7BAA (or 0x1C7BAA) is unknown color: approx Lochmara. HEX triplet: 1C, 7B and AA. RGB value is (28,123,170). Sum of RGB (Red+Green+Blue) = 28+123+170=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C7BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7BAA is #E38455. Grayscale: #636363. Windows color (decimal): -14910550 or 11172636. OLE color: 11172636.

HSL color Cylindrical-coordinate representation of color #1C7BAA: hue angle of 199.86º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7BAA is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28123170-
CMYK0.840.2800.33
HSL199.86º71.72%38.82%-
HSV(B)199.86º83.53%66.67%-
XYZ14.8217.3240.59-
YUV99.95167.5376.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=8.72%
G=38.32%
B=52.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281231700.840.2800.33199.8671.7238.82
Hex1C7BAA541C021c84827
Octal341732521243404131011047
Binary111001111011101010101010100111000100001110010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C7BAA; }

 p { color: rgb(28,123,170); }

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

<style>
 a { background-color: #1C7BAA; }

 a { background-color: rgb(28,123,170); }

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

<style>
 span { border-color: #1C7BAA; }

 span { border-color: rgb(28,123,170); }

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