Html Css Color HEX #21599F Endeavour

📋 copy color: '#21599F'

red 33 ◦ green 89 ◦ blue 159

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

Shades of Endeavour #21599F

Tints of Endeavour #21599F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 11.74%
G = 31.67%
B = 56.58%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21599F (or 0x21599F) is known color: Endeavour. HEX triplet: 21, 59 and 9F. RGB value is (33,89,159). Sum of RGB (Red+Green+Blue) = 33+89+159=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #21599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21599F is #DEA660. Grayscale: #4F4F4F. Windows color (decimal): -14591585 or 10443041. OLE color: 10443041.

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

Color convert

RGB 33 89 159 -
CMYK 0.79 0.44 0 0.38
HSL 213.33º 0.66% 0.38% -
HSV(B) 213.33º 0.79% 0.62% -
XYZ 10.46 9.97 34.17 -
YUV 80.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 33 89 159 0.79 0.44 0 0.38 213.33 0.66 0.38
Hex 21 59 9F 4F 2C 0 26 D5 42 26
Octal 41 131 237 117 54 0 46 325 102 46
Binary 100001 1011001 10011111 1001111 101100 0 100110 11010101 1000010 100110

Color Harmonies of #21599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21599F

Black with #21599F

Text Example


Text Example

White with #21599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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