Html Css Color HEX #21799D Lochmara

📋 copy color: '#21799D'

red 33 ◦ green 121 ◦ blue 157

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

Shades of Lochmara #21799D

Tints of Lochmara #21799D

RGB

 RED value IS 33 (13.28% from 255) = 10.61%

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 10.61%
G = 38.91%
B = 50.48%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21799D (or 0x21799D) is known color: Lochmara. HEX triplet: 21, 79 and 9D. RGB value is (33,121,157). Sum of RGB (Red+Green+Blue) = 33+121+157=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #21799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21799D is #DE8662. Grayscale: #626262. Windows color (decimal): -14583395 or 10320161. OLE color: 10320161.

HSL color Cylindrical-coordinate representation of color #21799D: hue angle of 197.42º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21799D is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 121 157 -
CMYK 0.79 0.23 0 0.38
HSL 197.42º 0.65% 0.37% -
HSV(B) 197.42º 0.79% 0.62% -
XYZ 13.55 16.43 34.36 -
YUV 98.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 33 121 157 0.79 0.23 0 0.38 197.42 0.65 0.37
Hex 21 79 9D 4F 17 0 26 C5 41 25
Octal 41 171 235 117 27 0 46 305 101 45
Binary 100001 1111001 10011101 1001111 10111 0 100110 11000101 1000001 100101

Color Harmonies of #21799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21799D

Black with #21799D

Text Example


Text Example

White with #21799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21799D; }

 p { color: rgb(33,121,157); }

 H1.HeaderClassName
 {
   color: #21799D;
 }
 .AnyTagClassName
 {
   color: #21799D;
 }
</style>

background-color css

<style>
 a { background-color: #21799D; }

 a { background-color: rgb(33,121,157); }

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

border-color css

<style>
 span { border-color: #21799D; }

 span { border-color: rgb(33,121,157); }

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