Html Css Color HEX #216F95 Lochmara

📋 copy color: '#216F95'

red 33 ◦ green 111 ◦ blue 149

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

Shades of Lochmara #216F95

Tints of Lochmara #216F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 11.26%
G = 37.88%
B = 50.85%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216F95 (or 0x216F95) is known color: Lochmara. HEX triplet: 21, 6F and 95. RGB value is (33,111,149). Sum of RGB (Red+Green+Blue) = 33+111+149=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #216F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F95 is #DE906A. Grayscale: #5B5B5B. Windows color (decimal): -14585963 or 9793313. OLE color: 9793313.

HSL color Cylindrical-coordinate representation of color #216F95: hue angle of 199.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216F95 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 111 149 -
CMYK 0.78 0.26 0 0.42
HSL 199.66º 0.64% 0.36% -
HSV(B) 199.66º 0.78% 0.58% -
XYZ 11.74 13.86 30.49 -
YUV 92.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 33 111 149 0.78 0.26 0 0.42 199.66 0.64 0.36
Hex 21 6F 95 4E 1A 0 2A C8 40 24
Octal 41 157 225 116 32 0 52 310 100 44
Binary 100001 1101111 10010101 1001110 11010 0 101010 11001000 1000000 100100

Color Harmonies of #216F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216F95

Black with #216F95

Text Example


Text Example

White with #216F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216F95; }

 p { color: rgb(33,111,149); }

 H1.HeaderClassName
 {
   color: #216F95;
 }
 .AnyTagClassName
 {
   color: #216F95;
 }
</style>

background-color css

<style>
 a { background-color: #216F95; }

 a { background-color: rgb(33,111,149); }

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

border-color css

<style>
 span { border-color: #216F95; }

 span { border-color: rgb(33,111,149); }

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