Html Css Color HEX #155C9B Endeavour

📋 copy color: '#155C9B'

red 21 ◦ green 92 ◦ blue 155

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

Shades of Endeavour #155C9B

Tints of Endeavour #155C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 7.84%
G = 34.33%
B = 57.84%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#155C9B (or 0x155C9B) is known color: Endeavour. HEX triplet: 15, 5C and 9B. RGB value is (21,92,155). Sum of RGB (Red+Green+Blue) = 21+92+155=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #155C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C9B is #EAA364. Grayscale: #4D4D4D. Windows color (decimal): -15377253 or 10181653. OLE color: 10181653.

HSL color Cylindrical-coordinate representation of color #155C9B: hue angle of 208.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155C9B is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 92 155 -
CMYK 0.86 0.41 0 0.39
HSL 208.21º 0.76% 0.35% -
HSV(B) 208.21º 0.86% 0.61% -
XYZ 10.05 10.18 32.45 -
YUV 77.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 21 92 155 0.86 0.41 0 0.39 208.21 0.76 0.35
Hex 15 5C 9B 56 29 0 27 D0 4C 23
Octal 25 134 233 126 51 0 47 320 114 43
Binary 10101 1011100 10011011 1010110 101001 0 100111 11010000 1001100 100011

Color Harmonies of #155C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C9B

Black with #155C9B

Text Example


Text Example

White with #155C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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