Html Css Color HEX #1F779C Lochmara

📋 copy color: '#1F779C'

red 31 ◦ green 119 ◦ blue 156

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

Shades of Lochmara #1F779C

Tints of Lochmara #1F779C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 10.13%
G = 38.89%
B = 50.98%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F779C (or 0x1F779C) is known color: Lochmara. HEX triplet: 1F, 77 and 9C. RGB value is (31,119,156). Sum of RGB (Red+Green+Blue) = 31+119+156=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F779C is #E08863. Grayscale: #606060. Windows color (decimal): -14714980 or 10254111. OLE color: 10254111.

HSL color Cylindrical-coordinate representation of color #1F779C: hue angle of 197.76º 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 #1F779C is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 119 156 -
CMYK 0.80 0.24 0 0.39
HSL 197.76º 0.67% 0.37% -
HSV(B) 197.76º 0.8% 0.61% -
XYZ 13.16 15.89 33.82 -
YUV 96.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 31 119 156 0.80 0.24 0 0.39 197.76 0.67 0.37
Hex 1F 77 9C 50 18 0 27 C6 43 25
Octal 37 167 234 120 30 0 47 306 103 45
Binary 11111 1110111 10011100 1010000 11000 0 100111 11000110 1000011 100101

Color Harmonies of #1F779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F779C

Black with #1F779C

Text Example


Text Example

White with #1F779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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