Html Css Color HEX #155D99 Endeavour

📋 copy color: '#155D99'

red 21 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #155D99

Tints of Endeavour #155D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 7.87%
G = 34.83%
B = 57.3%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#155D99 (or 0x155D99) is known color: Endeavour. HEX triplet: 15, 5D and 99. RGB value is (21,93,153). Sum of RGB (Red+Green+Blue) = 21+93+153=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #155D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D99 is #EAA266. Grayscale: #4E4E4E. Windows color (decimal): -15376999 or 10050837. OLE color: 10050837.

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

Color convert

RGB 21 93 153 -
CMYK 0.86 0.39 0 0.4
HSL 207.27º 0.76% 0.34% -
HSV(B) 207.27º 0.86% 0.6% -
XYZ 9.97 10.29 31.6 -
YUV 78.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 21 93 153 0.86 0.39 0 0.4 207.27 0.76 0.34
Hex 15 5D 99 56 27 0 28 CF 4C 22
Octal 25 135 231 126 47 0 50 317 114 42
Binary 10101 1011101 10011001 1010110 100111 0 101000 11001111 1001100 100010

Color Harmonies of #155D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D99

Black with #155D99

Text Example


Text Example

White with #155D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,153); }

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

background-color css

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

 a { background-color: rgb(21,93,153); }

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

border-color css

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

 span { border-color: rgb(21,93,153); }

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