Html Css Color HEX #215A99 Endeavour

📋 copy color: '#215A99'

red 33 ◦ green 90 ◦ blue 153

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

Shades of Endeavour #215A99

Tints of Endeavour #215A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 11.96%
G = 32.61%
B = 55.43%

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

#215A99 (or 0x215A99) is known color: Endeavour. HEX triplet: 21, 5A and 99. RGB value is (33,90,153). Sum of RGB (Red+Green+Blue) = 33+90+153=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #215A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A99 is #DEA566. Grayscale: #4F4F4F. Windows color (decimal): -14591335 or 10050081. OLE color: 10050081.

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

Color convert

RGB 33 90 153 -
CMYK 0.78 0.41 0 0.4
HSL 211.5º 0.65% 0.36% -
HSV(B) 211.5º 0.78% 0.6% -
XYZ 10.03 9.94 31.53 -
YUV 80.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 33 90 153 0.78 0.41 0 0.4 211.5 0.65 0.36
Hex 21 5A 99 4E 29 0 28 D4 41 24
Octal 41 132 231 116 51 0 50 324 101 44
Binary 100001 1011010 10011001 1001110 101001 0 101000 11010100 1000001 100100

Color Harmonies of #215A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A99

Black with #215A99

Text Example


Text Example

White with #215A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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