Html Css Color HEX #1F7CA1 Lochmara

📋 copy color: '#1F7CA1'

red 31 ◦ green 124 ◦ blue 161

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

Shades of Lochmara #1F7CA1

Tints of Lochmara #1F7CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

 BLUE value IS 161 (63.28% from 255) = 50.95%

R = 9.81%
G = 39.24%
B = 50.95%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F7CA1 (or 0x1F7CA1) is known color: Lochmara. HEX triplet: 1F, 7C and A1. RGB value is (31,124,161). Sum of RGB (Red+Green+Blue) = 31+124+161=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 161 (63.28% from 255 or 50.95% from 316); Max value from RGB is 161 - color contains mainly: blue. Hex color #1F7CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7CA1 is #E0835E. Grayscale: #646464. Windows color (decimal): -14713695 or 10583071. OLE color: 10583071.

HSL color Cylindrical-coordinate representation of color #1F7CA1: hue angle of 197.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F7CA1 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 124 161 -
CMYK 0.81 0.23 0 0.37
HSL 197.08º 0.68% 0.38% -
HSV(B) 197.08º 0.81% 0.63% -
XYZ 14.21 17.28 36.3 -
YUV 100.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 31 124 161 0.81 0.23 0 0.37 197.08 0.68 0.38
Hex 1F 7C A1 51 17 0 25 C5 44 26
Octal 37 174 241 121 27 0 45 305 104 46
Binary 11111 1111100 10100001 1010001 10111 0 100101 11000101 1000100 100110

Color Harmonies of #1F7CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CA1

Black with #1F7CA1

Text Example


Text Example

White with #1F7CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,124,161); }

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

background-color css

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

 a { background-color: rgb(31,124,161); }

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

border-color css

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

 span { border-color: rgb(31,124,161); }

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