Html Css Color HEX #1F739E Lochmara

📋 copy color: '#1F739E'

red 31 ◦ green 115 ◦ blue 158

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

Shades of Lochmara #1F739E

Tints of Lochmara #1F739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 10.2%
G = 37.83%
B = 51.97%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F739E (or 0x1F739E) is known color: Lochmara. HEX triplet: 1F, 73 and 9E. RGB value is (31,115,158). Sum of RGB (Red+Green+Blue) = 31+115+158=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F739E is #E08C61. Grayscale: #5E5E5E. Windows color (decimal): -14716002 or 10384159. OLE color: 10384159.

HSL color Cylindrical-coordinate representation of color #1F739E: hue angle of 200.31º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F739E is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 115 158 -
CMYK 0.80 0.27 0 0.38
HSL 200.32º 0.67% 0.37% -
HSV(B) 200.32º 0.8% 0.62% -
XYZ 12.87 15.02 34.57 -
YUV 94.79 163.67 82.5 -
System Red Green Blue C M Y K H S L
Decimal 31 115 158 0.80 0.27 0 0.38 200.32 0.67 0.37
Hex 1F 73 9E 50 1B 0 26 C8 43 25
Octal 37 163 236 120 33 0 46 310 103 45
Binary 11111 1110011 10011110 1010000 11011 0 100110 11001000 1000011 100101

Color Harmonies of #1F739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F739E

Black with #1F739E

Text Example


Text Example

White with #1F739E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,115,158); }

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

background-color css

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

 a { background-color: rgb(31,115,158); }

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

border-color css

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

 span { border-color: rgb(31,115,158); }

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