Html Css Color HEX #1F7699 Lochmara

📋 copy color: '#1F7699'

red 31 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #1F7699

Tints of Lochmara #1F7699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

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

R = 10.26%
G = 39.07%
B = 50.66%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F7699 (or 0x1F7699) is known color: Lochmara. HEX triplet: 1F, 76 and 99. RGB value is (31,118,153). Sum of RGB (Red+Green+Blue) = 31+118+153=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F7699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7699 is #E08966. Grayscale: #5F5F5F. Windows color (decimal): -14715239 or 10057247. OLE color: 10057247.

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

Color convert

RGB 31 118 153 -
CMYK 0.80 0.23 0 0.4
HSL 197.21º 0.66% 0.36% -
HSV(B) 197.21º 0.8% 0.6% -
XYZ 12.79 15.55 32.46 -
YUV 95.98 160.18 81.65 -
System Red Green Blue C M Y K H S L
Decimal 31 118 153 0.80 0.23 0 0.4 197.21 0.66 0.36
Hex 1F 76 99 50 17 0 28 C5 42 24
Octal 37 166 231 120 27 0 50 305 102 44
Binary 11111 1110110 10011001 1010000 10111 0 101000 11000101 1000010 100100

Color Harmonies of #1F7699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7699

Black with #1F7699

Text Example


Text Example

White with #1F7699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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