Html Css Color HEX #155B9C Endeavour

📋 copy color: '#155B9C'

red 21 ◦ green 91 ◦ blue 156

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

Shades of Endeavour #155B9C

Tints of Endeavour #155B9C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 7.84%
G = 33.96%
B = 58.21%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#155B9C (or 0x155B9C) is known color: Endeavour. HEX triplet: 15, 5B and 9C. RGB value is (21,91,156). Sum of RGB (Red+Green+Blue) = 21+91+156=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #155B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B9C is #EAA463. Grayscale: #4D4D4D. Windows color (decimal): -15377508 or 10246933. OLE color: 10246933.

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

Color convert

RGB 21 91 156 -
CMYK 0.87 0.42 0 0.39
HSL 208.89º 0.76% 0.35% -
HSV(B) 208.89º 0.87% 0.61% -
XYZ 10.05 10.04 32.86 -
YUV 77.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 21 91 156 0.87 0.42 0 0.39 208.89 0.76 0.35
Hex 15 5B 9C 57 2A 0 27 D1 4C 23
Octal 25 133 234 127 52 0 47 321 114 43
Binary 10101 1011011 10011100 1010111 101010 0 100111 11010001 1001100 100011

Color Harmonies of #155B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B9C

Black with #155B9C

Text Example


Text Example

White with #155B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,156); }

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

background-color css

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

 a { background-color: rgb(21,91,156); }

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

border-color css

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

 span { border-color: rgb(21,91,156); }

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