Html Css Color HEX #15649A Endeavour

📋 copy color: '#15649A'

red 21 ◦ green 100 ◦ blue 154

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

Shades of Endeavour #15649A

Tints of Endeavour #15649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 7.64%
G = 36.36%
B = 56%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#15649A (or 0x15649A) is known color: Endeavour. HEX triplet: 15, 64 and 9A. RGB value is (21,100,154). Sum of RGB (Red+Green+Blue) = 21+100+154=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #15649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15649A is #EA9B65. Grayscale: #525252. Windows color (decimal): -15375206 or 10118165. OLE color: 10118165.

HSL color Cylindrical-coordinate representation of color #15649A: hue angle of 204.36º 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 #15649A is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 100 154 -
CMYK 0.86 0.35 0 0.40
HSL 204.36º 0.76% 0.34% -
HSV(B) 204.36º 0.86% 0.6% -
XYZ 10.7 11.61 32.25 -
YUV 82.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 21 100 154 0.86 0.35 0 0.40 204.36 0.76 0.34
Hex 15 64 9A 56 23 0 28 CC 4C 22
Octal 25 144 232 126 43 0 50 314 114 42
Binary 10101 1100100 10011010 1010110 100011 0 101000 11001100 1001100 100010

Color Harmonies of #15649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15649A

Black with #15649A

Text Example


Text Example

White with #15649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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