Html Css Color HEX #155B71 Orient

📋 copy color: '#155B71'

red 21 ◦ green 91 ◦ blue 113

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

Shades of Orient #155B71

Tints of Orient #155B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 9.33%
G = 40.44%
B = 50.22%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155B71 (or 0x155B71) is known color: Orient. HEX triplet: 15, 5B and 71. RGB value is (21,91,113). Sum of RGB (Red+Green+Blue) = 21+91+113=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #155B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B71 is #EAA48E. Grayscale: #484848. Windows color (decimal): -15377551 or 7428885. OLE color: 7428885.

HSL color Cylindrical-coordinate representation of color #155B71: hue angle of 194.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155B71 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 91 113 -
CMYK 0.81 0.19 0 0.56
HSL 194.35º 0.69% 0.26% -
HSV(B) 194.35º 0.81% 0.44% -
XYZ 7.03 8.83 16.96 -
YUV 72.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 21 91 113 0.81 0.19 0 0.56 194.35 0.69 0.26
Hex 15 5B 71 51 13 0 38 C2 45 1A
Octal 25 133 161 121 23 0 70 302 105 32
Binary 10101 1011011 1110001 1010001 10011 0 111000 11000010 1000101 11010

Color Harmonies of #155B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B71

Black with #155B71

Text Example


Text Example

White with #155B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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