Html Css Color HEX #216099 Endeavour

📋 copy color: '#216099'

red 33 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #216099

Tints of Endeavour #216099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 11.7%
G = 34.04%
B = 54.26%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#216099 (or 0x216099) is known color: Endeavour. HEX triplet: 21, 60 and 99. RGB value is (33,96,153). Sum of RGB (Red+Green+Blue) = 33+96+153=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #216099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216099 is #DE9F66. Grayscale: #535353. Windows color (decimal): -14589799 or 10051617. OLE color: 10051617.

HSL color Cylindrical-coordinate representation of color #216099: hue angle of 208.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216099 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 96 153 -
CMYK 0.78 0.37 0 0.4
HSL 208.5º 0.65% 0.36% -
HSV(B) 208.5º 0.78% 0.6% -
XYZ 10.56 10.99 31.7 -
YUV 83.66 167.13 91.87 -
System Red Green Blue C M Y K H S L
Decimal 33 96 153 0.78 0.37 0 0.4 208.5 0.65 0.36
Hex 21 60 99 4E 25 0 28 D0 41 24
Octal 41 140 231 116 45 0 50 320 101 44
Binary 100001 1100000 10011001 1001110 100101 0 101000 11010000 1000001 100100

Color Harmonies of #216099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216099

Black with #216099

Text Example


Text Example

White with #216099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216099; }

 p { color: rgb(33,96,153); }

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

background-color css

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

 a { background-color: rgb(33,96,153); }

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

border-color css

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

 span { border-color: rgb(33,96,153); }

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