Html Css Color HEX #155D7B Orient

📋 copy color: '#155D7B'

red 21 ◦ green 93 ◦ blue 123

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

Shades of Orient #155D7B

Tints of Orient #155D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.24%

 BLUE value IS 123 (48.44% from 255) = 51.9%

R = 8.86%
G = 39.24%
B = 51.9%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#155D7B (or 0x155D7B) is known color: Orient. HEX triplet: 15, 5D and 7B. RGB value is (21,93,123). Sum of RGB (Red+Green+Blue) = 21+93+123=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #155D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D7B is #EAA284. Grayscale: #4A4A4A. Windows color (decimal): -15377029 or 8084757. OLE color: 8084757.

HSL color Cylindrical-coordinate representation of color #155D7B: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155D7B is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 93 123 -
CMYK 0.83 0.24 0 0.52
HSL 197.65º 0.71% 0.28% -
HSV(B) 197.65º 0.83% 0.48% -
XYZ 7.8 9.42 20.15 -
YUV 74.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 21 93 123 0.83 0.24 0 0.52 197.65 0.71 0.28
Hex 15 5D 7B 53 18 0 34 C6 47 1C
Octal 25 135 173 123 30 0 64 306 107 34
Binary 10101 1011101 1111011 1010011 11000 0 110100 11000110 1000111 11100

Color Harmonies of #155D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D7B

Black with #155D7B

Text Example


Text Example

White with #155D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,123); }

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

background-color css

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

 a { background-color: rgb(21,93,123); }

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

border-color css

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

 span { border-color: rgb(21,93,123); }

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