Html Css Color HEX #1F79AD Lochmara

📋 copy color: '#1F79AD'

red 31 ◦ green 121 ◦ blue 173

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

Shades of Lochmara #1F79AD

Tints of Lochmara #1F79AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 9.54%
G = 37.23%
B = 53.23%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F79AD (or 0x1F79AD) is known color: Lochmara. HEX triplet: 1F, 79 and AD. RGB value is (31,121,173). Sum of RGB (Red+Green+Blue) = 31+121+173=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F79AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F79AD is #E08652. Grayscale: #636363. Windows color (decimal): -14714451 or 11368735. OLE color: 11368735.

HSL color Cylindrical-coordinate representation of color #1F79AD: hue angle of 201.97º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F79AD is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 121 173 -
CMYK 0.82 0.30 0 0.32
HSL 201.97º 0.7% 0.4% -
HSV(B) 201.97º 0.82% 0.68% -
XYZ 14.95 16.98 42.03 -
YUV 100.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 31 121 173 0.82 0.30 0 0.32 201.97 0.7 0.4
Hex 1F 79 AD 52 1E 0 20 CA 46 28
Octal 37 171 255 122 36 0 40 312 106 50
Binary 11111 1111001 10101101 1010010 11110 0 100000 11001010 1000110 101000

Color Harmonies of #1F79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F79AD

Black with #1F79AD

Text Example


Text Example

White with #1F79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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