Html Css Color HEX #15519A Endeavour

📋 copy color: '#15519A'

red 21 ◦ green 81 ◦ blue 154

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

Shades of Endeavour #15519A

Tints of Endeavour #15519A

RGB

 RED value IS 21 (8.59% from 255) = 8.2%

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 8.2%
G = 31.64%
B = 60.16%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15519A (or 0x15519A) is known color: Endeavour. HEX triplet: 15, 51 and 9A. RGB value is (21,81,154). Sum of RGB (Red+Green+Blue) = 21+81+154=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #15519A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15519A is #EAAE65. Grayscale: #474747. Windows color (decimal): -15380070 or 10113301. OLE color: 10113301.

HSL color Cylindrical-coordinate representation of color #15519A: hue angle of 212.93º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15519A is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 81 154 -
CMYK 0.86 0.47 0 0.40
HSL 212.93º 0.76% 0.34% -
HSV(B) 212.93º 0.86% 0.6% -
XYZ 9.08 8.38 31.71 -
YUV 71.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 21 81 154 0.86 0.47 0 0.40 212.93 0.76 0.34
Hex 15 51 9A 56 2F 0 28 D5 4C 22
Octal 25 121 232 126 57 0 50 325 114 42
Binary 10101 1010001 10011010 1010110 101111 0 101000 11010101 1001100 100010

Color Harmonies of #15519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15519A

Black with #15519A

Text Example


Text Example

White with #15519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15519A; }

 p { color: rgb(21,81,154); }

 H1.HeaderClassName
 {
   color: #15519A;
 }
 .AnyTagClassName
 {
   color: #15519A;
 }
</style>

background-color css

<style>
 a { background-color: #15519A; }

 a { background-color: rgb(21,81,154); }

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

border-color css

<style>
 span { border-color: #15519A; }

 span { border-color: rgb(21,81,154); }

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