Html Css Color HEX #155D7D Orient

📋 copy color: '#155D7D'

red 21 ◦ green 93 ◦ blue 125

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

Shades of Orient #155D7D

Tints of Orient #155D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 8.79%
G = 38.91%
B = 52.3%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#155D7D (or 0x155D7D) is known color: Orient. HEX triplet: 15, 5D and 7D. RGB value is (21,93,125). Sum of RGB (Red+Green+Blue) = 21+93+125=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #155D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D7D is #EAA282. Grayscale: #4A4A4A. Windows color (decimal): -15377027 or 8215829. OLE color: 8215829.

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

Color convert

RGB 21 93 125 -
CMYK 0.83 0.26 0 0.51
HSL 198.46º 0.71% 0.29% -
HSV(B) 198.46º 0.83% 0.49% -
XYZ 7.93 9.47 20.81 -
YUV 75.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 21 93 125 0.83 0.26 0 0.51 198.46 0.71 0.29
Hex 15 5D 7D 53 1A 0 33 C6 47 1D
Octal 25 135 175 123 32 0 63 306 107 35
Binary 10101 1011101 1111101 1010011 11010 0 110011 11000110 1000111 11101

Color Harmonies of #155D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D7D

Black with #155D7D

Text Example


Text Example

White with #155D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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