Html Css Color HEX #21509F Endeavour

📋 copy color: '#21509F'

red 33 ◦ green 80 ◦ blue 159

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

Shades of Endeavour #21509F

Tints of Endeavour #21509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 12.13%
G = 29.41%
B = 58.46%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21509F (or 0x21509F) is known color: Endeavour. HEX triplet: 21, 50 and 9F. RGB value is (33,80,159). Sum of RGB (Red+Green+Blue) = 33+80+159=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #21509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21509F is #DEAF60. Grayscale: #4A4A4A. Windows color (decimal): -14593889 or 10440737. OLE color: 10440737.

HSL color Cylindrical-coordinate representation of color #21509F: hue angle of 217.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21509F is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 80 159 -
CMYK 0.79 0.50 0 0.38
HSL 217.62º 0.66% 0.38% -
HSV(B) 217.62º 0.79% 0.62% -
XYZ 9.75 8.56 33.94 -
YUV 74.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 33 80 159 0.79 0.50 0 0.38 217.62 0.66 0.38
Hex 21 50 9F 4F 32 0 26 DA 42 26
Octal 41 120 237 117 62 0 46 332 102 46
Binary 100001 1010000 10011111 1001111 110010 0 100110 11011010 1000010 100110

Color Harmonies of #21509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21509F

Black with #21509F

Text Example


Text Example

White with #21509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21509F; }

 p { color: rgb(33,80,159); }

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

background-color css

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

 a { background-color: rgb(33,80,159); }

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

border-color css

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

 span { border-color: rgb(33,80,159); }

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