Html Css Color HEX #20669B Lochmara

📋 copy color: '#20669B'

red 32 ◦ green 102 ◦ blue 155

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

Shades of Lochmara #20669B

Tints of Lochmara #20669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

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

R = 11.07%
G = 35.29%
B = 53.63%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20669B (or 0x20669B) is known color: Lochmara. HEX triplet: 20, 66 and 9B. RGB value is (32,102,155). Sum of RGB (Red+Green+Blue) = 32+102+155=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #20669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20669B is #DF9964. Grayscale: #565656. Windows color (decimal): -14653797 or 10184224. OLE color: 10184224.

HSL color Cylindrical-coordinate representation of color #20669B: hue angle of 205.85º 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 #20669B is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 102 155 -
CMYK 0.79 0.34 0 0.39
HSL 205.85º 0.66% 0.37% -
HSV(B) 205.85º 0.79% 0.61% -
XYZ 11.26 12.18 32.77 -
YUV 87.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 32 102 155 0.79 0.34 0 0.39 205.85 0.66 0.37
Hex 20 66 9B 4F 22 0 27 CE 42 25
Octal 40 146 233 117 42 0 47 316 102 45
Binary 100000 1100110 10011011 1001111 100010 0 100111 11001110 1000010 100101

Color Harmonies of #20669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20669B

Black with #20669B

Text Example


Text Example

White with #20669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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