Html Css Color HEX #1F759B Lochmara

📋 copy color: '#1F759B'

red 31 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #1F759B

Tints of Lochmara #1F759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 10.23%
G = 38.61%
B = 51.16%

CMYK

 C value IS 0.8

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F759B (or 0x1F759B) is known color: Lochmara. HEX triplet: 1F, 75 and 9B. RGB value is (31,117,155). Sum of RGB (Red+Green+Blue) = 31+117+155=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F759B is #E08A64. Grayscale: #5F5F5F. Windows color (decimal): -14715493 or 10188063. OLE color: 10188063.

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

Color convert

RGB 31 117 155 -
CMYK 0.8 0.25 0 0.39
HSL 198.39º 0.67% 0.36% -
HSV(B) 198.39º 0.8% 0.61% -
XYZ 12.84 15.38 33.3 -
YUV 95.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 31 117 155 0.8 0.25 0 0.39 198.39 0.67 0.36
Hex 1F 75 9B 50 19 0 27 C6 43 24
Octal 37 165 233 120 31 0 47 306 103 44
Binary 11111 1110101 10011011 1010000 11001 0 100111 11000110 1000011 100100

Color Harmonies of #1F759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F759B

Black with #1F759B

Text Example


Text Example

White with #1F759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,155); }

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

background-color css

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

 a { background-color: rgb(31,117,155); }

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

border-color css

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

 span { border-color: rgb(31,117,155); }

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