Html Css Color HEX #20699B Lochmara

📋 copy color: '#20699B'

red 32 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #20699B

Tints of Lochmara #20699B

RGB

 RED value IS 32 (12.89% from 255) = 10.96%

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

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

R = 10.96%
G = 35.96%
B = 53.08%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20699B (or 0x20699B) is known color: Lochmara. HEX triplet: 20, 69 and 9B. RGB value is (32,105,155). Sum of RGB (Red+Green+Blue) = 32+105+155=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #20699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20699B is #DF9664. Grayscale: #585858. Windows color (decimal): -14653029 or 10184992. OLE color: 10184992.

HSL color Cylindrical-coordinate representation of color #20699B: hue angle of 204.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20699B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 105 155 -
CMYK 0.79 0.32 0 0.39
HSL 204.39º 0.66% 0.37% -
HSV(B) 204.39º 0.79% 0.61% -
XYZ 11.56 12.78 32.87 -
YUV 88.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 32 105 155 0.79 0.32 0 0.39 204.39 0.66 0.37
Hex 20 69 9B 4F 20 0 27 CC 42 25
Octal 40 151 233 117 40 0 47 314 102 45
Binary 100000 1101001 10011011 1001111 100000 0 100111 11001100 1000010 100101

Color Harmonies of #20699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20699B

Black with #20699B

Text Example


Text Example

White with #20699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20699B; }

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

 H1.HeaderClassName
 {
   color: #20699B;
 }
 .AnyTagClassName
 {
   color: #20699B;
 }
</style>

background-color css

<style>
 a { background-color: #20699B; }

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

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

border-color css

<style>
 span { border-color: #20699B; }

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

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