Html Css Color HEX #1F7DAF Lochmara

📋 copy color: '#1F7DAF'

red 31 ◦ green 125 ◦ blue 175

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

Shades of Lochmara #1F7DAF

Tints of Lochmara #1F7DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.87%

R = 9.37%
G = 37.76%
B = 52.87%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F7DAF (or 0x1F7DAF) is known color: Lochmara. HEX triplet: 1F, 7D and AF. RGB value is (31,125,175). Sum of RGB (Red+Green+Blue) = 31+125+175=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7DAF is #E08250. Grayscale: #666666. Windows color (decimal): -14713425 or 11500831. OLE color: 11500831.

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

Color convert

RGB 31 125 175 -
CMYK 0.82 0.29 0 0.31
HSL 200.83º 0.7% 0.4% -
HSV(B) 200.83º 0.82% 0.69% -
XYZ 15.64 18.05 43.22 -
YUV 102.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 31 125 175 0.82 0.29 0 0.31 200.83 0.7 0.4
Hex 1F 7D AF 52 1D 0 1F C9 46 28
Octal 37 175 257 122 35 0 37 311 106 50
Binary 11111 1111101 10101111 1010010 11101 0 11111 11001001 1000110 101000

Color Harmonies of #1F7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7DAF

Black with #1F7DAF

Text Example


Text Example

White with #1F7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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