Html Css Color HEX #1F74AE Lochmara

📋 copy color: '#1F74AE'

red 31 ◦ green 116 ◦ blue 174

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

Shades of Lochmara #1F74AE

Tints of Lochmara #1F74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 9.66%
G = 36.14%
B = 54.21%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F74AE (or 0x1F74AE) is known color: Lochmara. HEX triplet: 1F, 74 and AE. RGB value is (31,116,174). Sum of RGB (Red+Green+Blue) = 31+116+174=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F74AE is #E08B51. Grayscale: #606060. Windows color (decimal): -14715730 or 11432991. OLE color: 11432991.

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

Color convert

RGB 31 116 174 -
CMYK 0.82 0.33 0 0.32
HSL 204.34º 0.7% 0.4% -
HSV(B) 204.34º 0.82% 0.68% -
XYZ 14.45 15.84 42.34 -
YUV 97.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 31 116 174 0.82 0.33 0 0.32 204.34 0.7 0.4
Hex 1F 74 AE 52 21 0 20 CC 46 28
Octal 37 164 256 122 41 0 40 314 106 50
Binary 11111 1110100 10101110 1010010 100001 0 100000 11001100 1000110 101000

Color Harmonies of #1F74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F74AE

Black with #1F74AE

Text Example


Text Example

White with #1F74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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