#1C669A

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

Shades of Lochmara #1C669A

Tints of Lochmara #1C669A

Color information

#1C669A (or 0x1C669A) is unknown color: approx Lochmara. HEX triplet: 1C, 66 and 9A. RGB value is (28,102,154). Sum of RGB (Red+Green+Blue) = 28+102+154=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C669A is #E39965. Grayscale: #555555. Windows color (decimal): -14915942 or 10118684. OLE color: 10118684.

HSL color Cylindrical-coordinate representation of color #1C669A: hue angle of 204.76º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C669A is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB28102154-
CMYK0.820.3400.40
HSL204.76º69.23%35.69%-
HSV(B)204.76º81.82%60.39%-
XYZ11.0612.0832.32-
YUV85.8166.4886.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.86%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=9.86%
G=35.92%
B=54.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal281021540.820.3400.40204.7669.2335.69
Hex1C669A5222028cd4524
Octal341462321224205031510544
Binary1110011001101001101010100101000100101000110011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,102,154); }

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

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

 a { background-color: rgb(28,102,154); }

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

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

 span { border-color: rgb(28,102,154); }

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