Html Css Color HEX #1F7799 Lochmara

📋 copy color: '#1F7799'

red 31 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #1F7799

Tints of Lochmara #1F7799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 10.23%
G = 39.27%
B = 50.5%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F7799 (or 0x1F7799) is known color: Lochmara. HEX triplet: 1F, 77 and 99. RGB value is (31,119,153). Sum of RGB (Red+Green+Blue) = 31+119+153=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7799 is #E08866. Grayscale: #606060. Windows color (decimal): -14714983 or 10057503. OLE color: 10057503.

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

Color convert

RGB 31 119 153 -
CMYK 0.80 0.22 0 0.4
HSL 196.72º 0.66% 0.36% -
HSV(B) 196.72º 0.8% 0.6% -
XYZ 12.91 15.78 32.5 -
YUV 96.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 31 119 153 0.80 0.22 0 0.4 196.72 0.66 0.36
Hex 1F 77 99 50 16 0 28 C5 42 24
Octal 37 167 231 120 26 0 50 305 102 44
Binary 11111 1110111 10011001 1010000 10110 0 101000 11000101 1000010 100100

Color Harmonies of #1F7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7799

Black with #1F7799

Text Example


Text Example

White with #1F7799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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