Html Css Color HEX #155DA0 Endeavour

📋 copy color: '#155DA0'

red 21 ◦ green 93 ◦ blue 160

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

Shades of Endeavour #155DA0

Tints of Endeavour #155DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 58.39%

R = 7.66%
G = 33.94%
B = 58.39%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#155DA0 (or 0x155DA0) is known color: Endeavour. HEX triplet: 15, 5D and A0. RGB value is (21,93,160). Sum of RGB (Red+Green+Blue) = 21+93+160=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #155DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DA0 is #EAA25F. Grayscale: #4E4E4E. Windows color (decimal): -15376992 or 10509589. OLE color: 10509589.

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

Color convert

RGB 21 93 160 -
CMYK 0.87 0.42 0 0.37
HSL 208.92º 0.77% 0.35% -
HSV(B) 208.92º 0.87% 0.63% -
XYZ 10.57 10.53 34.73 -
YUV 79.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 21 93 160 0.87 0.42 0 0.37 208.92 0.77 0.35
Hex 15 5D A0 57 2A 0 25 D1 4D 23
Octal 25 135 240 127 52 0 45 321 115 43
Binary 10101 1011101 10100000 1010111 101010 0 100101 11010001 1001101 100011

Color Harmonies of #155DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155DA0

Black with #155DA0

Text Example


Text Example

White with #155DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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