Html Css Color HEX #155D7C Orient

📋 copy color: '#155D7C'

red 21 ◦ green 93 ◦ blue 124

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

Shades of Orient #155D7C

Tints of Orient #155D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 8.82%
G = 39.08%
B = 52.1%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#155D7C (or 0x155D7C) is known color: Orient. HEX triplet: 15, 5D and 7C. RGB value is (21,93,124). Sum of RGB (Red+Green+Blue) = 21+93+124=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #155D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D7C is #EAA283. Grayscale: #4A4A4A. Windows color (decimal): -15377028 or 8150293. OLE color: 8150293.

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

Color convert

RGB 21 93 124 -
CMYK 0.83 0.25 0 0.51
HSL 198.06º 0.71% 0.28% -
HSV(B) 198.06º 0.83% 0.49% -
XYZ 7.86 9.44 20.48 -
YUV 75.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 21 93 124 0.83 0.25 0 0.51 198.06 0.71 0.28
Hex 15 5D 7C 53 19 0 33 C6 47 1C
Octal 25 135 174 123 31 0 63 306 107 34
Binary 10101 1011101 1111100 1010011 11001 0 110011 11000110 1000111 11100

Color Harmonies of #155D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D7C

Black with #155D7C

Text Example


Text Example

White with #155D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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