Html Css Color HEX #1F779A Lochmara

📋 copy color: '#1F779A'

red 31 ◦ green 119 ◦ blue 154

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

Shades of Lochmara #1F779A

Tints of Lochmara #1F779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 10.2%
G = 39.14%
B = 50.66%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F779A (or 0x1F779A) is known color: Lochmara. HEX triplet: 1F, 77 and 9A. RGB value is (31,119,154). Sum of RGB (Red+Green+Blue) = 31+119+154=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F779A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F779A is #E08865. Grayscale: #606060. Windows color (decimal): -14714982 or 10123039. OLE color: 10123039.

HSL color Cylindrical-coordinate representation of color #1F779A: hue angle of 197.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F779A is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 119 154 -
CMYK 0.80 0.23 0 0.40
HSL 197.07º 0.66% 0.36% -
HSV(B) 197.07º 0.8% 0.6% -
XYZ 12.99 15.82 32.94 -
YUV 96.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 31 119 154 0.80 0.23 0 0.40 197.07 0.66 0.36
Hex 1F 77 9A 50 17 0 28 C5 42 24
Octal 37 167 232 120 27 0 50 305 102 44
Binary 11111 1110111 10011010 1010000 10111 0 101000 11000101 1000010 100100

Color Harmonies of #1F779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F779A

Black with #1F779A

Text Example


Text Example

White with #1F779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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