Html Css Color HEX #155A9B Endeavour

📋 copy color: '#155A9B'

red 21 ◦ green 90 ◦ blue 155

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

Shades of Endeavour #155A9B

Tints of Endeavour #155A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

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

R = 7.89%
G = 33.83%
B = 58.27%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#155A9B (or 0x155A9B) is known color: Endeavour. HEX triplet: 15, 5A and 9B. RGB value is (21,90,155). Sum of RGB (Red+Green+Blue) = 21+90+155=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #155A9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A9B is #EAA564. Grayscale: #4C4C4C. Windows color (decimal): -15377765 or 10181141. OLE color: 10181141.

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

Color convert

RGB 21 90 155 -
CMYK 0.86 0.42 0 0.39
HSL 209.1º 0.76% 0.35% -
HSV(B) 209.1º 0.86% 0.61% -
XYZ 9.88 9.84 32.39 -
YUV 76.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 21 90 155 0.86 0.42 0 0.39 209.1 0.76 0.35
Hex 15 5A 9B 56 2A 0 27 D1 4C 23
Octal 25 132 233 126 52 0 47 321 114 43
Binary 10101 1011010 10011011 1010110 101010 0 100111 11010001 1001100 100011

Color Harmonies of #155A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A9B

Black with #155A9B

Text Example


Text Example

White with #155A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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