Html Css Color HEX #21518C Endeavour

📋 copy color: '#21518C'

red 33 ◦ green 81 ◦ blue 140

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

Shades of Endeavour #21518C

Tints of Endeavour #21518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 12.99%
G = 31.89%
B = 55.12%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21518C (or 0x21518C) is known color: Endeavour. HEX triplet: 21, 51 and 8C. RGB value is (33,81,140). Sum of RGB (Red+Green+Blue) = 33+81+140=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #21518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21518C is #DEAE73. Grayscale: #494949. Windows color (decimal): -14593652 or 9195809. OLE color: 9195809.

HSL color Cylindrical-coordinate representation of color #21518C: hue angle of 213.08º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21518C is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 81 140 -
CMYK 0.76 0.42 0 0.45
HSL 213.08º 0.62% 0.34% -
HSV(B) 213.08º 0.76% 0.55% -
XYZ 8.3 8.1 25.94 -
YUV 73.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 33 81 140 0.76 0.42 0 0.45 213.08 0.62 0.34
Hex 21 51 8C 4C 2A 0 2D D5 3E 22
Octal 41 121 214 114 52 0 55 325 76 42
Binary 100001 1010001 10001100 1001100 101010 0 101101 11010101 111110 100010

Color Harmonies of #21518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21518C

Black with #21518C

Text Example


Text Example

White with #21518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21518C; }

 p { color: rgb(33,81,140); }

 H1.HeaderClassName
 {
   color: #21518C;
 }
 .AnyTagClassName
 {
   color: #21518C;
 }
</style>

background-color css

<style>
 a { background-color: #21518C; }

 a { background-color: rgb(33,81,140); }

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

border-color css

<style>
 span { border-color: #21518C; }

 span { border-color: rgb(33,81,140); }

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