Html Css Color HEX #155773 Orient

📋 copy color: '#155773'

red 21 ◦ green 87 ◦ blue 115

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

Shades of Orient #155773

Tints of Orient #155773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 9.42%
G = 39.01%
B = 51.57%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#155773 (or 0x155773) is known color: Orient. HEX triplet: 15, 57 and 73. RGB value is (21,87,115). Sum of RGB (Red+Green+Blue) = 21+87+115=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #155773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155773 is #EAA88C. Grayscale: #464646. Windows color (decimal): -15378573 or 7558933. OLE color: 7558933.

HSL color Cylindrical-coordinate representation of color #155773: hue angle of 197.87º 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 #155773 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 87 115 -
CMYK 0.82 0.24 0 0.55
HSL 197.87º 0.69% 0.27% -
HSV(B) 197.87º 0.82% 0.45% -
XYZ 6.81 8.21 17.45 -
YUV 70.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 21 87 115 0.82 0.24 0 0.55 197.87 0.69 0.27
Hex 15 57 73 52 18 0 37 C6 45 1B
Octal 25 127 163 122 30 0 67 306 105 33
Binary 10101 1010111 1110011 1010010 11000 0 110111 11000110 1000101 11011

Color Harmonies of #155773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155773

Black with #155773

Text Example


Text Example

White with #155773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155773; }

 p { color: rgb(21,87,115); }

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

background-color css

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

 a { background-color: rgb(21,87,115); }

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

border-color css

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

 span { border-color: rgb(21,87,115); }

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