#1C67A7

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

Shades of Lochmara #1C67A7

Tints of Lochmara #1C67A7

Color information

#1C67A7 (or 0x1C67A7) is unknown color: approx Lochmara. HEX triplet: 1C, 67 and A7. RGB value is (28,103,167). Sum of RGB (Red+Green+Blue) = 28+103+167=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #1C67A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C67A7 is #E39858. Grayscale: #575757. Windows color (decimal): -14915673 or 10970908. OLE color: 10970908.

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

Color convert

RGB28103167-
CMYK0.830.3800.35
HSL207.63º71.28%38.24%-
HSV(B)207.63º83.23%65.49%-
XYZ12.312.7438.37-
YUV87.87172.6585.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 167 (65.62% from 255) = 56.04%
R=9.40%
G=34.56%
B=56.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281031670.830.3800.35207.6371.2838.24
Hex1C67A75326023d04726
Octal341472471234604332010746
Binary1110011001111010011110100111001100100011110100001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C67A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,103,167); }

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

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

 a { background-color: rgb(28,103,167); }

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

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

 span { border-color: rgb(28,103,167); }

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