#1F6C93

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

Shades of Lochmara #1F6C93

Tints of Lochmara #1F6C93

Color information

#1F6C93 (or 0x1F6C93) is unknown color: approx Lochmara. HEX triplet: 1F, 6C and 93. RGB value is (31,108,147). Sum of RGB (Red+Green+Blue) = 31+108+147=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F6C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6C93 is #E0936C. Grayscale: #595959. Windows color (decimal): -14717805 or 9661471. OLE color: 9661471.

HSL color Cylindrical-coordinate representation of color #1F6C93: hue angle of 200.17º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6C93 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB31108147-
CMYK0.790.2700.42
HSL200.17º65.17%34.9%-
HSV(B)200.17º78.91%57.65%-
XYZ11.1913.1229.55-
YUV89.42160.4986.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.84%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=10.84%
G=37.76%
B=51.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal311081470.790.2700.42200.1765.1734.9
Hex1F6C934F1B02Ac84123
Octal371542231173305231010143
Binary111111101100100100111001111110110101010110010001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,147); }

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

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

 a { background-color: rgb(31,108,147); }

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

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

 span { border-color: rgb(31,108,147); }

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