Html Css Color HEX #215B9A Endeavour

📋 copy color: '#215B9A'

red 33 ◦ green 91 ◦ blue 154

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

Shades of Endeavour #215B9A

Tints of Endeavour #215B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 11.87%
G = 32.73%
B = 55.4%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#215B9A (or 0x215B9A) is known color: Endeavour. HEX triplet: 21, 5B and 9A. RGB value is (33,91,154). Sum of RGB (Red+Green+Blue) = 33+91+154=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #215B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B9A is #DEA465. Grayscale: #505050. Windows color (decimal): -14591078 or 10115873. OLE color: 10115873.

HSL color Cylindrical-coordinate representation of color #215B9A: hue angle of 211.24º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215B9A is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 91 154 -
CMYK 0.79 0.41 0 0.40
HSL 211.24º 0.65% 0.37% -
HSV(B) 211.24º 0.79% 0.6% -
XYZ 10.2 10.14 31.99 -
YUV 80.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 33 91 154 0.79 0.41 0 0.40 211.24 0.65 0.37
Hex 21 5B 9A 4F 29 0 28 D3 41 25
Octal 41 133 232 117 51 0 50 323 101 45
Binary 100001 1011011 10011010 1001111 101001 0 101000 11010011 1000001 100101

Color Harmonies of #215B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B9A

Black with #215B9A

Text Example


Text Example

White with #215B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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