Html Css Color HEX #1F7DAE Lochmara

📋 copy color: '#1F7DAE'

red 31 ◦ green 125 ◦ blue 174

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

Shades of Lochmara #1F7DAE

Tints of Lochmara #1F7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 9.39%
G = 37.88%
B = 52.73%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F7DAE (or 0x1F7DAE) is known color: Lochmara. HEX triplet: 1F, 7D and AE. RGB value is (31,125,174). Sum of RGB (Red+Green+Blue) = 31+125+174=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F7DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DAE is #E08251. Grayscale: #666666. Windows color (decimal): -14713426 or 11435295. OLE color: 11435295.

HSL color Cylindrical-coordinate representation of color #1F7DAE: hue angle of 200.56º 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 #1F7DAE is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 125 174 -
CMYK 0.82 0.28 0 0.32
HSL 200.56º 0.7% 0.4% -
HSV(B) 200.56º 0.82% 0.68% -
XYZ 15.54 18.01 42.7 -
YUV 102.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 31 125 174 0.82 0.28 0 0.32 200.56 0.7 0.4
Hex 1F 7D AE 52 1C 0 20 C9 46 28
Octal 37 175 256 122 34 0 40 311 106 50
Binary 11111 1111101 10101110 1010010 11100 0 100000 11001001 1000110 101000

Color Harmonies of #1F7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7DAE

Black with #1F7DAE

Text Example


Text Example

White with #1F7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,125,174); }

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

background-color css

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

 a { background-color: rgb(31,125,174); }

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

border-color css

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

 span { border-color: rgb(31,125,174); }

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