Html Css Color HEX #155A72 Orient

📋 copy color: '#155A72'

red 21 ◦ green 90 ◦ blue 114

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

Shades of Orient #155A72

Tints of Orient #155A72

RGB

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

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

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

R = 9.33%
G = 40%
B = 50.67%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155A72 (or 0x155A72) is known color: Orient. HEX triplet: 15, 5A and 72. RGB value is (21,90,114). Sum of RGB (Red+Green+Blue) = 21+90+114=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #155A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A72 is #EAA58D. Grayscale: #474747. Windows color (decimal): -15377806 or 7494165. OLE color: 7494165.

HSL color Cylindrical-coordinate representation of color #155A72: hue angle of 195.48º 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 #155A72 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 90 114 -
CMYK 0.82 0.21 0 0.55
HSL 195.48º 0.69% 0.26% -
HSV(B) 195.48º 0.82% 0.45% -
XYZ 7 8.69 17.23 -
YUV 72.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 21 90 114 0.82 0.21 0 0.55 195.48 0.69 0.26
Hex 15 5A 72 52 15 0 37 C3 45 1A
Octal 25 132 162 122 25 0 67 303 105 32
Binary 10101 1011010 1110010 1010010 10101 0 110111 11000011 1000101 11010

Color Harmonies of #155A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A72

Black with #155A72

Text Example


Text Example

White with #155A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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