Html Css Color HEX #21539F Endeavour

📋 copy color: '#21539F'

red 33 ◦ green 83 ◦ blue 159

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

Shades of Endeavour #21539F

Tints of Endeavour #21539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 12%
G = 30.18%
B = 57.82%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21539F (or 0x21539F) is known color: Endeavour. HEX triplet: 21, 53 and 9F. RGB value is (33,83,159). Sum of RGB (Red+Green+Blue) = 33+83+159=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #21539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21539F is #DEAC60. Grayscale: #4C4C4C. Windows color (decimal): -14593121 or 10441505. OLE color: 10441505.

HSL color Cylindrical-coordinate representation of color #21539F: hue angle of 216.19º 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 #21539F is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 83 159 -
CMYK 0.79 0.48 0 0.38
HSL 216.19º 0.66% 0.38% -
HSV(B) 216.19º 0.79% 0.62% -
XYZ 9.98 9.01 34.01 -
YUV 76.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 33 83 159 0.79 0.48 0 0.38 216.19 0.66 0.38
Hex 21 53 9F 4F 30 0 26 D8 42 26
Octal 41 123 237 117 60 0 46 330 102 46
Binary 100001 1010011 10011111 1001111 110000 0 100110 11011000 1000010 100110

Color Harmonies of #21539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21539F

Black with #21539F

Text Example


Text Example

White with #21539F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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