Html Css Color HEX #155596 Endeavour

📋 copy color: '#155596'

red 21 ◦ green 85 ◦ blue 150

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

Shades of Endeavour #155596

Tints of Endeavour #155596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 8.2%
G = 33.2%
B = 58.59%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155596 (or 0x155596) is known color: Endeavour. HEX triplet: 15, 55 and 96. RGB value is (21,85,150). Sum of RGB (Red+Green+Blue) = 21+85+150=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #155596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155596 is #EAAA69. Grayscale: #484848. Windows color (decimal): -15379050 or 9852181. OLE color: 9852181.

HSL color Cylindrical-coordinate representation of color #155596: hue angle of 210.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155596 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 85 150 -
CMYK 0.86 0.43 0 0.41
HSL 210.23º 0.75% 0.34% -
HSV(B) 210.23º 0.86% 0.59% -
XYZ 9.06 8.86 30.09 -
YUV 73.27 171.3 90.71 -
System Red Green Blue C M Y K H S L
Decimal 21 85 150 0.86 0.43 0 0.41 210.23 0.75 0.34
Hex 15 55 96 56 2B 0 29 D2 4B 22
Octal 25 125 226 126 53 0 51 322 113 42
Binary 10101 1010101 10010110 1010110 101011 0 101001 11010010 1001011 100010

Color Harmonies of #155596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155596

Black with #155596

Text Example


Text Example

White with #155596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155596; }

 p { color: rgb(21,85,150); }

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

background-color css

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

 a { background-color: rgb(21,85,150); }

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

border-color css

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

 span { border-color: rgb(21,85,150); }

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