Html Css Color HEX #1F739C Lochmara

📋 copy color: '#1F739C'

red 31 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #1F739C

Tints of Lochmara #1F739C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 10.26%
G = 38.08%
B = 51.66%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F739C (or 0x1F739C) is known color: Lochmara. HEX triplet: 1F, 73 and 9C. RGB value is (31,115,156). Sum of RGB (Red+Green+Blue) = 31+115+156=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F739C is #E08C63. Grayscale: #5E5E5E. Windows color (decimal): -14716004 or 10253087. OLE color: 10253087.

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

Color convert

RGB 31 115 156 -
CMYK 0.80 0.26 0 0.39
HSL 199.68º 0.67% 0.37% -
HSV(B) 199.68º 0.8% 0.61% -
XYZ 12.7 14.95 33.67 -
YUV 94.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 31 115 156 0.80 0.26 0 0.39 199.68 0.67 0.37
Hex 1F 73 9C 50 1A 0 27 C8 43 25
Octal 37 163 234 120 32 0 47 310 103 45
Binary 11111 1110011 10011100 1010000 11010 0 100111 11001000 1000011 100101

Color Harmonies of #1F739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F739C

Black with #1F739C

Text Example


Text Example

White with #1F739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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