Html Css Color HEX #155D74 Orient

📋 copy color: '#155D74'

red 21 ◦ green 93 ◦ blue 116

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

Shades of Orient #155D74

Tints of Orient #155D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.43%

R = 9.13%
G = 40.43%
B = 50.43%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155D74 (or 0x155D74) is known color: Orient. HEX triplet: 15, 5D and 74. RGB value is (21,93,116). Sum of RGB (Red+Green+Blue) = 21+93+116=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #155D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D74 is #EAA28B. Grayscale: #494949. Windows color (decimal): -15377036 or 7626005. OLE color: 7626005.

HSL color Cylindrical-coordinate representation of color #155D74: hue angle of 194.53º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155D74 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 93 116 -
CMYK 0.82 0.20 0 0.55
HSL 194.53º 0.69% 0.27% -
HSV(B) 194.53º 0.82% 0.45% -
XYZ 7.38 9.25 17.92 -
YUV 74.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 21 93 116 0.82 0.20 0 0.55 194.53 0.69 0.27
Hex 15 5D 74 52 14 0 37 C3 45 1B
Octal 25 135 164 122 24 0 67 303 105 33
Binary 10101 1011101 1110100 1010010 10100 0 110111 11000011 1000101 11011

Color Harmonies of #155D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D74

Black with #155D74

Text Example


Text Example

White with #155D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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