Html Css Color HEX #215F99 Endeavour

📋 copy color: '#215F99'

red 33 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #215F99

Tints of Endeavour #215F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 11.74%
G = 33.81%
B = 54.45%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#215F99 (or 0x215F99) is known color: Endeavour. HEX triplet: 21, 5F and 99. RGB value is (33,95,153). Sum of RGB (Red+Green+Blue) = 33+95+153=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #215F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215F99 is #DEA066. Grayscale: #525252. Windows color (decimal): -14590055 or 10051361. OLE color: 10051361.

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

Color convert

RGB 33 95 153 -
CMYK 0.78 0.38 0 0.4
HSL 209º 0.65% 0.36% -
HSV(B) 209º 0.78% 0.6% -
XYZ 10.47 10.81 31.67 -
YUV 83.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 33 95 153 0.78 0.38 0 0.4 209 0.65 0.36
Hex 21 5F 99 4E 26 0 28 D1 41 24
Octal 41 137 231 116 46 0 50 321 101 44
Binary 100001 1011111 10011001 1001110 100110 0 101000 11010001 1000001 100100

Color Harmonies of #215F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F99

Black with #215F99

Text Example


Text Example

White with #215F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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