Html Css Color HEX #1F739D Lochmara

📋 copy color: '#1F739D'

red 31 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #1F739D

Tints of Lochmara #1F739D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 10.23%
G = 37.95%
B = 51.82%

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

#1F739D (or 0x1F739D) is known color: Lochmara. HEX triplet: 1F, 73 and 9D. RGB value is (31,115,157). Sum of RGB (Red+Green+Blue) = 31+115+157=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F739D is #E08C62. Grayscale: #5E5E5E. Windows color (decimal): -14716003 or 10318623. OLE color: 10318623.

HSL color Cylindrical-coordinate representation of color #1F739D: hue angle of 200º 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 #1F739D is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 115 157 -
CMYK 0.80 0.27 0 0.38
HSL 200º 0.67% 0.37% -
HSV(B) 200º 0.8% 0.62% -
XYZ 12.78 14.99 34.12 -
YUV 94.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 31 115 157 0.80 0.27 0 0.38 200 0.67 0.37
Hex 1F 73 9D 50 1B 0 26 C8 43 25
Octal 37 163 235 120 33 0 46 310 103 45
Binary 11111 1110011 10011101 1010000 11011 0 100110 11001000 1000011 100101

Color Harmonies of #1F739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F739D

Black with #1F739D

Text Example


Text Example

White with #1F739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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