Html Css Color HEX #1F799E Lochmara

📋 copy color: '#1F799E'

red 31 ◦ green 121 ◦ blue 158

#1F799E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #1F799E

Tints of Lochmara #1F799E

RGB

 RED value IS 31 (12.5% from 255) = 10%

 GREEN value IS 121 (47.66% from 255) = 39.03%

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 10%
G = 39.03%
B = 50.97%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F799E (or 0x1F799E) is known color: Lochmara. HEX triplet: 1F, 79 and 9E. RGB value is (31,121,158). Sum of RGB (Red+Green+Blue) = 31+121+158=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F799E is #E08661. Grayscale: #626262. Windows color (decimal): -14714466 or 10385695. OLE color: 10385695.

HSL color Cylindrical-coordinate representation of color #1F799E: hue angle of 197.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F799E is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 121 158 -
CMYK 0.80 0.23 0 0.38
HSL 197.48º 0.67% 0.37% -
HSV(B) 197.48º 0.8% 0.62% -
XYZ 13.57 16.43 34.8 -
YUV 98.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 31 121 158 0.80 0.23 0 0.38 197.48 0.67 0.37
Hex 1F 79 9E 50 17 0 26 C5 43 25
Octal 37 171 236 120 27 0 46 305 103 45
Binary 11111 1111001 10011110 1010000 10111 0 100110 11000101 1000011 100101

Color Harmonies of #1F799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F799E

Black with #1F799E

Text Example


Text Example

White with #1F799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,121,158); }

 H1.HeaderClassName
 {
   color: #1F799E;
 }
 .AnyTagClassName
 {
   color: #1F799E;
 }
</style>

background-color css

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

 a { background-color: rgb(31,121,158); }

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

border-color css

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

 span { border-color: rgb(31,121,158); }

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