Html Css Color HEX #215B99 Endeavour

📋 copy color: '#215B99'

red 33 ◦ green 91 ◦ blue 153

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

Shades of Endeavour #215B99

Tints of Endeavour #215B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 11.91%
G = 32.85%
B = 55.23%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#215B99 (or 0x215B99) is known color: Endeavour. HEX triplet: 21, 5B and 99. RGB value is (33,91,153). Sum of RGB (Red+Green+Blue) = 33+91+153=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #215B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B99 is #DEA466. Grayscale: #505050. Windows color (decimal): -14591079 or 10050337. OLE color: 10050337.

HSL color Cylindrical-coordinate representation of color #215B99: hue angle of 211º 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 #215B99 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 91 153 -
CMYK 0.78 0.41 0 0.4
HSL 211º 0.65% 0.36% -
HSV(B) 211º 0.78% 0.6% -
XYZ 10.12 10.11 31.55 -
YUV 80.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 33 91 153 0.78 0.41 0 0.4 211 0.65 0.36
Hex 21 5B 99 4E 29 0 28 D3 41 24
Octal 41 133 231 116 51 0 50 323 101 44
Binary 100001 1011011 10011001 1001110 101001 0 101000 11010011 1000001 100100

Color Harmonies of #215B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B99

Black with #215B99

Text Example


Text Example

White with #215B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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