Html Css Color HEX #155B75 Orient

📋 copy color: '#155B75'

red 21 ◦ green 91 ◦ blue 117

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

Shades of Orient #155B75

Tints of Orient #155B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 9.17%
G = 39.74%
B = 51.09%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#155B75 (or 0x155B75) is known color: Orient. HEX triplet: 15, 5B and 75. RGB value is (21,91,117). Sum of RGB (Red+Green+Blue) = 21+91+117=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #155B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B75 is #EAA48A. Grayscale: #484848. Windows color (decimal): -15377547 or 7691029. OLE color: 7691029.

HSL color Cylindrical-coordinate representation of color #155B75: hue angle of 196.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155B75 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 91 117 -
CMYK 0.82 0.22 0 0.54
HSL 196.25º 0.7% 0.27% -
HSV(B) 196.25º 0.82% 0.46% -
XYZ 7.26 8.93 18.17 -
YUV 73.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 21 91 117 0.82 0.22 0 0.54 196.25 0.7 0.27
Hex 15 5B 75 52 16 0 36 C4 46 1B
Octal 25 133 165 122 26 0 66 304 106 33
Binary 10101 1011011 1110101 1010010 10110 0 110110 11000100 1000110 11011

Color Harmonies of #155B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B75

Black with #155B75

Text Example


Text Example

White with #155B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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