Html Css Color HEX #155C72 Orient

📋 copy color: '#155C72'

red 21 ◦ green 92 ◦ blue 114

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

Shades of Orient #155C72

Tints of Orient #155C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 9.25%
G = 40.53%
B = 50.22%

CMYK

 C value IS 0.82

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155C72 (or 0x155C72) is known color: Orient. HEX triplet: 15, 5C and 72. RGB value is (21,92,114). Sum of RGB (Red+Green+Blue) = 21+92+114=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #155C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C72 is #EAA38D. Grayscale: #494949. Windows color (decimal): -15377294 or 7494677. OLE color: 7494677.

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

Color convert

RGB 21 92 114 -
CMYK 0.82 0.19 0 0.55
HSL 194.19º 0.69% 0.26% -
HSV(B) 194.19º 0.82% 0.45% -
XYZ 7.17 9.03 17.28 -
YUV 73.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 21 92 114 0.82 0.19 0 0.55 194.19 0.69 0.26
Hex 15 5C 72 52 13 0 37 C2 45 1A
Octal 25 134 162 122 23 0 67 302 105 32
Binary 10101 1011100 1110010 1010010 10011 0 110111 11000010 1000101 11010

Color Harmonies of #155C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C72

Black with #155C72

Text Example


Text Example

White with #155C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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