#1C6BA4

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

Shades of Lochmara #1C6BA4

Tints of Lochmara #1C6BA4

Color information

#1C6BA4 (or 0x1C6BA4) is unknown color: approx Lochmara. HEX triplet: 1C, 6B and A4. RGB value is (28,107,164). Sum of RGB (Red+Green+Blue) = 28+107+164=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C6BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6BA4 is #E3945B. Grayscale: #595959. Windows color (decimal): -14914652 or 10775324. OLE color: 10775324.

HSL color Cylindrical-coordinate representation of color #1C6BA4: hue angle of 205.15º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C6BA4 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28107164-
CMYK0.830.3500.36
HSL205.15º70.83%37.65%-
HSV(B)205.15º82.93%64.31%-
XYZ12.4413.4437.06-
YUV89.88169.8383.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 164 (64.45% from 255) = 54.85%
R=9.36%
G=35.79%
B=54.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281071640.830.3500.36205.1570.8337.65
Hex1C6BA45323024cd4726
Octal341532441234304431510746
Binary1110011010111010010010100111000110100100110011011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,164); }

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

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

 a { background-color: rgb(28,107,164); }

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

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

 span { border-color: rgb(28,107,164); }

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