Html Css Color HEX #1F779F Lochmara

📋 copy color: '#1F779F'

red 31 ◦ green 119 ◦ blue 159

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

Shades of Lochmara #1F779F

Tints of Lochmara #1F779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 10.03%
G = 38.51%
B = 51.46%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F779F (or 0x1F779F) is known color: Lochmara. HEX triplet: 1F, 77 and 9F. RGB value is (31,119,159). Sum of RGB (Red+Green+Blue) = 31+119+159=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F779F is #E08860. Grayscale: #606060. Windows color (decimal): -14714977 or 10450719. OLE color: 10450719.

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

Color convert

RGB 31 119 159 -
CMYK 0.81 0.25 0 0.38
HSL 198.75º 0.67% 0.37% -
HSV(B) 198.75º 0.81% 0.62% -
XYZ 13.42 15.99 35.18 -
YUV 97.25 162.85 80.75 -
System Red Green Blue C M Y K H S L
Decimal 31 119 159 0.81 0.25 0 0.38 198.75 0.67 0.37
Hex 1F 77 9F 51 19 0 26 C7 43 25
Octal 37 167 237 121 31 0 46 307 103 45
Binary 11111 1110111 10011111 1010001 11001 0 100110 11000111 1000011 100101

Color Harmonies of #1F779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F779F

Black with #1F779F

Text Example


Text Example

White with #1F779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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