Html Css Color HEX #1F749C Lochmara

📋 copy color: '#1F749C'

red 31 ◦ green 116 ◦ blue 156

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

Shades of Lochmara #1F749C

Tints of Lochmara #1F749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 10.23%
G = 38.28%
B = 51.49%

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

#1F749C (or 0x1F749C) is known color: Lochmara. HEX triplet: 1F, 74 and 9C. RGB value is (31,116,156). Sum of RGB (Red+Green+Blue) = 31+116+156=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F749C is #E08B63. Grayscale: #5E5E5E. Windows color (decimal): -14715748 or 10253343. OLE color: 10253343.

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

Color convert

RGB 31 116 156 -
CMYK 0.80 0.26 0 0.39
HSL 199.2º 0.67% 0.37% -
HSV(B) 199.2º 0.8% 0.61% -
XYZ 12.81 15.18 33.71 -
YUV 95.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 31 116 156 0.80 0.26 0 0.39 199.2 0.67 0.37
Hex 1F 74 9C 50 1A 0 27 C7 43 25
Octal 37 164 234 120 32 0 47 307 103 45
Binary 11111 1110100 10011100 1010000 11010 0 100111 11000111 1000011 100101

Color Harmonies of #1F749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F749C

Black with #1F749C

Text Example


Text Example

White with #1F749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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