Html Css Color HEX #1F699B Lochmara

📋 copy color: '#1F699B'

red 31 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #1F699B

Tints of Lochmara #1F699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 10.65%
G = 36.08%
B = 53.26%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F699B (or 0x1F699B) is known color: Lochmara. HEX triplet: 1F, 69 and 9B. RGB value is (31,105,155). Sum of RGB (Red+Green+Blue) = 31+105+155=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F699B is #E09664. Grayscale: #585858. Windows color (decimal): -14718565 or 10184991. OLE color: 10184991.

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

Color convert

RGB 31 105 155 -
CMYK 0.8 0.32 0 0.39
HSL 204.19º 0.67% 0.36% -
HSV(B) 204.19º 0.8% 0.61% -
XYZ 11.53 12.76 32.87 -
YUV 88.57 165.48 86.93 -
System Red Green Blue C M Y K H S L
Decimal 31 105 155 0.8 0.32 0 0.39 204.19 0.67 0.36
Hex 1F 69 9B 50 20 0 27 CC 43 24
Octal 37 151 233 120 40 0 47 314 103 44
Binary 11111 1101001 10011011 1010000 100000 0 100111 11001100 1000011 100100

Color Harmonies of #1F699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F699B

Black with #1F699B

Text Example


Text Example

White with #1F699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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