Html Css Color HEX #1F75AD Lochmara

📋 copy color: '#1F75AD'

red 31 ◦ green 117 ◦ blue 173

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

Shades of Lochmara #1F75AD

Tints of Lochmara #1F75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 9.66%
G = 36.45%
B = 53.89%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F75AD (or 0x1F75AD) is known color: Lochmara. HEX triplet: 1F, 75 and AD. RGB value is (31,117,173). Sum of RGB (Red+Green+Blue) = 31+117+173=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F75AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F75AD is #E08A52. Grayscale: #616161. Windows color (decimal): -14715475 or 11367711. OLE color: 11367711.

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

Color convert

RGB 31 117 173 -
CMYK 0.82 0.32 0 0.32
HSL 203.66º 0.7% 0.4% -
HSV(B) 203.66º 0.82% 0.68% -
XYZ 14.47 16.03 41.87 -
YUV 97.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 31 117 173 0.82 0.32 0 0.32 203.66 0.7 0.4
Hex 1F 75 AD 52 20 0 20 CC 46 28
Octal 37 165 255 122 40 0 40 314 106 50
Binary 11111 1110101 10101101 1010010 100000 0 100000 11001100 1000110 101000

Color Harmonies of #1F75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F75AD

Black with #1F75AD

Text Example


Text Example

White with #1F75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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