Html Css Color HEX #2159A4 Endeavour

📋 copy color: '#2159A4'

red 33 ◦ green 89 ◦ blue 164

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

Shades of Endeavour #2159A4

Tints of Endeavour #2159A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 57.34%

R = 11.54%
G = 31.12%
B = 57.34%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2159A4 (or 0x2159A4) is known color: Endeavour. HEX triplet: 21, 59 and A4. RGB value is (33,89,164). Sum of RGB (Red+Green+Blue) = 33+89+164=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #2159A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2159A4 is #DEA65B. Grayscale: #505050. Windows color (decimal): -14591580 or 10770721. OLE color: 10770721.

HSL color Cylindrical-coordinate representation of color #2159A4: hue angle of 214.35º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2159A4 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 33 89 164 -
CMYK 0.80 0.46 0 0.36
HSL 214.35º 0.66% 0.39% -
HSV(B) 214.35º 0.8% 0.64% -
XYZ 10.9 10.15 36.51 -
YUV 80.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 33 89 164 0.80 0.46 0 0.36 214.35 0.66 0.39
Hex 21 59 A4 50 2E 0 24 D6 42 27
Octal 41 131 244 120 56 0 44 326 102 47
Binary 100001 1011001 10100100 1010000 101110 0 100100 11010110 1000010 100111

Color Harmonies of #2159A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2159A4

Black with #2159A4

Text Example


Text Example

White with #2159A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2159A4; }

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

 H1.HeaderClassName
 {
   color: #2159A4;
 }
 .AnyTagClassName
 {
   color: #2159A4;
 }
</style>

background-color css

<style>
 a { background-color: #2159A4; }

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

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

border-color css

<style>
 span { border-color: #2159A4; }

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

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