Html Css Color HEX #155C96 Endeavour

📋 copy color: '#155C96'

red 21 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #155C96

Tints of Endeavour #155C96

RGB

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

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

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

R = 7.98%
G = 34.98%
B = 57.03%

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

#155C96 (or 0x155C96) is known color: Endeavour. HEX triplet: 15, 5C and 96. RGB value is (21,92,150). Sum of RGB (Red+Green+Blue) = 21+92+150=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #155C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C96 is #EAA369. Grayscale: #4D4D4D. Windows color (decimal): -15377258 or 9853973. OLE color: 9853973.

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

Color convert

RGB 21 92 150 -
CMYK 0.86 0.39 0 0.41
HSL 206.98º 0.75% 0.34% -
HSV(B) 206.98º 0.86% 0.59% -
XYZ 9.64 10.02 30.28 -
YUV 77.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 21 92 150 0.86 0.39 0 0.41 206.98 0.75 0.34
Hex 15 5C 96 56 27 0 29 CF 4B 22
Octal 25 134 226 126 47 0 51 317 113 42
Binary 10101 1011100 10010110 1010110 100111 0 101001 11001111 1001011 100010

Color Harmonies of #155C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C96

Black with #155C96

Text Example


Text Example

White with #155C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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