Html Css Color HEX #155A77 Orient

📋 copy color: '#155A77'

red 21 ◦ green 90 ◦ blue 119

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

Shades of Orient #155A77

Tints of Orient #155A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 9.13%
G = 39.13%
B = 51.74%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155A77 (or 0x155A77) is known color: Orient. HEX triplet: 15, 5A and 77. RGB value is (21,90,119). Sum of RGB (Red+Green+Blue) = 21+90+119=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #155A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A77 is #EAA588. Grayscale: #484848. Windows color (decimal): -15377801 or 7821845. OLE color: 7821845.

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

Color convert

RGB 21 90 119 -
CMYK 0.82 0.24 0 0.53
HSL 197.76º 0.7% 0.27% -
HSV(B) 197.76º 0.82% 0.47% -
XYZ 7.3 8.8 18.77 -
YUV 72.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 21 90 119 0.82 0.24 0 0.53 197.76 0.7 0.27
Hex 15 5A 77 52 18 0 35 C6 46 1B
Octal 25 132 167 122 30 0 65 306 106 33
Binary 10101 1011010 1110111 1010010 11000 0 110101 11000110 1000110 11011

Color Harmonies of #155A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A77

Black with #155A77

Text Example


Text Example

White with #155A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,119); }

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

background-color css

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

 a { background-color: rgb(21,90,119); }

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

border-color css

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

 span { border-color: rgb(21,90,119); }

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