Html Css Color HEX #1F799B Lochmara

📋 copy color: '#1F799B'

red 31 ◦ green 121 ◦ blue 155

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

Shades of Lochmara #1F799B

Tints of Lochmara #1F799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 10.1%
G = 39.41%
B = 50.49%

CMYK

 C value IS 0.8

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F799B (or 0x1F799B) is known color: Lochmara. HEX triplet: 1F, 79 and 9B. RGB value is (31,121,155). Sum of RGB (Red+Green+Blue) = 31+121+155=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F799B is #E08664. Grayscale: #616161. Windows color (decimal): -14714469 or 10189087. OLE color: 10189087.

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

Color convert

RGB 31 121 155 -
CMYK 0.8 0.22 0 0.39
HSL 196.45º 0.67% 0.36% -
HSV(B) 196.45º 0.8% 0.61% -
XYZ 13.32 16.33 33.46 -
YUV 97.97 160.18 80.24 -
System Red Green Blue C M Y K H S L
Decimal 31 121 155 0.8 0.22 0 0.39 196.45 0.67 0.36
Hex 1F 79 9B 50 16 0 27 C4 43 24
Octal 37 171 233 120 26 0 47 304 103 44
Binary 11111 1111001 10011011 1010000 10110 0 100111 11000100 1000011 100100

Color Harmonies of #1F799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F799B

Black with #1F799B

Text Example


Text Example

White with #1F799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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