Html Css Color HEX #155B98 Endeavour

📋 copy color: '#155B98'

red 21 ◦ green 91 ◦ blue 152

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

Shades of Endeavour #155B98

Tints of Endeavour #155B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 7.95%
G = 34.47%
B = 57.58%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#155B98 (or 0x155B98) is known color: Endeavour. HEX triplet: 15, 5B and 98. RGB value is (21,91,152). Sum of RGB (Red+Green+Blue) = 21+91+152=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #155B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B98 is #EAA467. Grayscale: #4C4C4C. Windows color (decimal): -15377512 or 9984789. OLE color: 9984789.

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

Color convert

RGB 21 91 152 -
CMYK 0.86 0.40 0 0.40
HSL 207.94º 0.76% 0.34% -
HSV(B) 207.94º 0.86% 0.6% -
XYZ 9.72 9.91 31.11 -
YUV 77.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 21 91 152 0.86 0.40 0 0.40 207.94 0.76 0.34
Hex 15 5B 98 56 28 0 28 D0 4C 22
Octal 25 133 230 126 50 0 50 320 114 42
Binary 10101 1011011 10011000 1010110 101000 0 101000 11010000 1001100 100010

Color Harmonies of #155B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B98

Black with #155B98

Text Example


Text Example

White with #155B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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