Html Css Color HEX #155C97 Endeavour

📋 copy color: '#155C97'

red 21 ◦ green 92 ◦ blue 151

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

Shades of Endeavour #155C97

Tints of Endeavour #155C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 7.95%
G = 34.85%
B = 57.2%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155C97 (or 0x155C97) is known color: Endeavour. HEX triplet: 15, 5C and 97. RGB value is (21,92,151). Sum of RGB (Red+Green+Blue) = 21+92+151=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #155C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C97 is #EAA368. Grayscale: #4D4D4D. Windows color (decimal): -15377257 or 9919509. OLE color: 9919509.

HSL color Cylindrical-coordinate representation of color #155C97: hue angle of 207.23º degrees, saturation: 0.76, 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 #155C97 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 92 151 -
CMYK 0.86 0.39 0 0.41
HSL 207.23º 0.76% 0.34% -
HSV(B) 207.23º 0.86% 0.59% -
XYZ 9.72 10.05 30.71 -
YUV 77.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 21 92 151 0.86 0.39 0 0.41 207.23 0.76 0.34
Hex 15 5C 97 56 27 0 29 CF 4C 22
Octal 25 134 227 126 47 0 51 317 114 42
Binary 10101 1011100 10010111 1010110 100111 0 101001 11001111 1001100 100010

Color Harmonies of #155C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C97

Black with #155C97

Text Example


Text Example

White with #155C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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