Html Css Color HEX #155A71 Orient

📋 copy color: '#155A71'

red 21 ◦ green 90 ◦ blue 113

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

Shades of Orient #155A71

Tints of Orient #155A71

RGB

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

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

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

R = 9.38%
G = 40.18%
B = 50.45%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155A71 (or 0x155A71) is known color: Orient. HEX triplet: 15, 5A and 71. RGB value is (21,90,113). Sum of RGB (Red+Green+Blue) = 21+90+113=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #155A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A71 is #EAA58E. Grayscale: #474747. Windows color (decimal): -15377807 or 7428629. OLE color: 7428629.

HSL color Cylindrical-coordinate representation of color #155A71: hue angle of 195º 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 #155A71 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 90 113 -
CMYK 0.81 0.20 0 0.56
HSL 195º 0.69% 0.26% -
HSV(B) 195º 0.81% 0.44% -
XYZ 6.95 8.66 16.93 -
YUV 71.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 21 90 113 0.81 0.20 0 0.56 195 0.69 0.26
Hex 15 5A 71 51 14 0 38 C3 45 1A
Octal 25 132 161 121 24 0 70 303 105 32
Binary 10101 1011010 1110001 1010001 10100 0 111000 11000011 1000101 11010

Color Harmonies of #155A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A71

Black with #155A71

Text Example


Text Example

White with #155A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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