Html Css Color HEX #1F799C Lochmara

📋 copy color: '#1F799C'

red 31 ◦ green 121 ◦ blue 156

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

Shades of Lochmara #1F799C

Tints of Lochmara #1F799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 10.06%
G = 39.29%
B = 50.65%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F799C (or 0x1F799C) is known color: Lochmara. HEX triplet: 1F, 79 and 9C. RGB value is (31,121,156). Sum of RGB (Red+Green+Blue) = 31+121+156=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F799C is #E08663. Grayscale: #616161. Windows color (decimal): -14714468 or 10254623. OLE color: 10254623.

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

Color convert

RGB 31 121 156 -
CMYK 0.80 0.22 0 0.39
HSL 196.8º 0.67% 0.37% -
HSV(B) 196.8º 0.8% 0.61% -
XYZ 13.4 16.37 33.91 -
YUV 98.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 31 121 156 0.80 0.22 0 0.39 196.8 0.67 0.37
Hex 1F 79 9C 50 16 0 27 C5 43 25
Octal 37 171 234 120 26 0 47 305 103 45
Binary 11111 1111001 10011100 1010000 10110 0 100111 11000101 1000011 100101

Color Harmonies of #1F799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F799C

Black with #1F799C

Text Example


Text Example

White with #1F799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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