Html Css Color HEX #155778 Orient

📋 copy color: '#155778'

red 21 ◦ green 87 ◦ blue 120

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

Shades of Orient #155778

Tints of Orient #155778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 9.21%
G = 38.16%
B = 52.63%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155778 (or 0x155778) is known color: Orient. HEX triplet: 15, 57 and 78. RGB value is (21,87,120). Sum of RGB (Red+Green+Blue) = 21+87+120=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #155778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155778 is #EAA887. Grayscale: #464646. Windows color (decimal): -15378568 or 7886613. OLE color: 7886613.

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

Color convert

RGB 21 87 120 -
CMYK 0.83 0.28 0 0.53
HSL 200º 0.7% 0.28% -
HSV(B) 200º 0.83% 0.47% -
XYZ 7.11 8.33 19 -
YUV 71.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 21 87 120 0.83 0.28 0 0.53 200 0.7 0.28
Hex 15 57 78 53 1C 0 35 C8 46 1C
Octal 25 127 170 123 34 0 65 310 106 34
Binary 10101 1010111 1111000 1010011 11100 0 110101 11001000 1000110 11100

Color Harmonies of #155778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155778

Black with #155778

Text Example


Text Example

White with #155778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155778; }

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

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

background-color css

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

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

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

border-color css

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

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

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