Html Css Color HEX #155C73 Orient

📋 copy color: '#155C73'

red 21 ◦ green 92 ◦ blue 115

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

Shades of Orient #155C73

Tints of Orient #155C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.35%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 9.21%
G = 40.35%
B = 50.44%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155C73 (or 0x155C73) is known color: Orient. HEX triplet: 15, 5C and 73. RGB value is (21,92,115). Sum of RGB (Red+Green+Blue) = 21+92+115=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #155C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C73 is #EAA38C. Grayscale: #494949. Windows color (decimal): -15377293 or 7560213. OLE color: 7560213.

HSL color Cylindrical-coordinate representation of color #155C73: hue angle of 194.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155C73 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 92 115 -
CMYK 0.82 0.20 0 0.55
HSL 194.68º 0.69% 0.27% -
HSV(B) 194.68º 0.82% 0.45% -
XYZ 7.23 9.05 17.59 -
YUV 73.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 21 92 115 0.82 0.20 0 0.55 194.68 0.69 0.27
Hex 15 5C 73 52 14 0 37 C3 45 1B
Octal 25 134 163 122 24 0 67 303 105 33
Binary 10101 1011100 1110011 1010010 10100 0 110111 11000011 1000101 11011

Color Harmonies of #155C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C73

Black with #155C73

Text Example


Text Example

White with #155C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,92,115); }

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

background-color css

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

 a { background-color: rgb(21,92,115); }

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

border-color css

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

 span { border-color: rgb(21,92,115); }

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