Html Css Color HEX #155C95 Endeavour

📋 copy color: '#155C95'

red 21 ◦ green 92 ◦ blue 149

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

Shades of Endeavour #155C95

Tints of Endeavour #155C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 8.02%
G = 35.11%
B = 56.87%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155C95 (or 0x155C95) is known color: Endeavour. HEX triplet: 15, 5C and 95. RGB value is (21,92,149). Sum of RGB (Red+Green+Blue) = 21+92+149=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #155C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C95 is #EAA36A. Grayscale: #4C4C4C. Windows color (decimal): -15377259 or 9788437. OLE color: 9788437.

HSL color Cylindrical-coordinate representation of color #155C95: hue angle of 206.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155C95 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 92 149 -
CMYK 0.86 0.38 0 0.42
HSL 206.72º 0.75% 0.33% -
HSV(B) 206.72º 0.86% 0.58% -
XYZ 9.56 9.98 29.86 -
YUV 77.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 21 92 149 0.86 0.38 0 0.42 206.72 0.75 0.33
Hex 15 5C 95 56 26 0 2A CF 4B 21
Octal 25 134 225 126 46 0 52 317 113 41
Binary 10101 1011100 10010101 1010110 100110 0 101010 11001111 1001011 100001

Color Harmonies of #155C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C95

Black with #155C95

Text Example


Text Example

White with #155C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C95; }

 p { color: rgb(21,92,149); }

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

background-color css

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

 a { background-color: rgb(21,92,149); }

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

border-color css

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

 span { border-color: rgb(21,92,149); }

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