#1C659F

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

Shades of Lochmara #1C659F

Tints of Lochmara #1C659F

Color information

#1C659F (or 0x1C659F) is unknown color: approx Lochmara. HEX triplet: 1C, 65 and 9F. RGB value is (28,101,159). Sum of RGB (Red+Green+Blue) = 28+101+159=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C659F is #E39A60. Grayscale: #555555. Windows color (decimal): -14916193 or 10446108. OLE color: 10446108.

HSL color Cylindrical-coordinate representation of color #1C659F: hue angle of 206.56º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C659F is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB28101159-
CMYK0.820.3600.38
HSL206.56º70.05%36.67%-
HSV(B)206.56º82.39%62.35%-
XYZ11.3912.0634.53-
YUV85.78169.3286.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.72%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=9.72%
G=35.07%
B=55.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal281011590.820.3600.38206.5670.0536.67
Hex1C659F5224026cf4625
Octal341452371224404631710645
Binary1110011001011001111110100101001000100110110011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,101,159); }

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

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

 a { background-color: rgb(28,101,159); }

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

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

 span { border-color: rgb(28,101,159); }

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