Html Css Color HEX #1F719A Lochmara

📋 copy color: '#1F719A'

red 31 ◦ green 113 ◦ blue 154

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

Shades of Lochmara #1F719A

Tints of Lochmara #1F719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 10.4%
G = 37.92%
B = 51.68%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F719A (or 0x1F719A) is known color: Lochmara. HEX triplet: 1F, 71 and 9A. RGB value is (31,113,154). Sum of RGB (Red+Green+Blue) = 31+113+154=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F719A is #E08E65. Grayscale: #5C5C5C. Windows color (decimal): -14716518 or 10121503. OLE color: 10121503.

HSL color Cylindrical-coordinate representation of color #1F719A: hue angle of 200º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F719A is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 113 154 -
CMYK 0.80 0.27 0 0.40
HSL 200º 0.66% 0.36% -
HSV(B) 200º 0.8% 0.6% -
XYZ 12.3 14.43 32.71 -
YUV 93.16 162.33 83.67 -
System Red Green Blue C M Y K H S L
Decimal 31 113 154 0.80 0.27 0 0.40 200 0.66 0.36
Hex 1F 71 9A 50 1B 0 28 C8 42 24
Octal 37 161 232 120 33 0 50 310 102 44
Binary 11111 1110001 10011010 1010000 11011 0 101000 11001000 1000010 100100

Color Harmonies of #1F719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F719A

Black with #1F719A

Text Example


Text Example

White with #1F719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,113,154); }

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

background-color css

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

 a { background-color: rgb(31,113,154); }

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

border-color css

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

 span { border-color: rgb(31,113,154); }

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