Html Css Color HEX #155A78 Orient

📋 copy color: '#155A78'

red 21 ◦ green 90 ◦ blue 120

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

Shades of Orient #155A78

Tints of Orient #155A78

RGB

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

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

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

R = 9.09%
G = 38.96%
B = 51.95%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155A78 (or 0x155A78) is known color: Orient. HEX triplet: 15, 5A and 78. RGB value is (21,90,120). Sum of RGB (Red+Green+Blue) = 21+90+120=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #155A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A78 is #EAA587. Grayscale: #484848. Windows color (decimal): -15377800 or 7887381. OLE color: 7887381.

HSL color Cylindrical-coordinate representation of color #155A78: hue angle of 198.18º 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 #155A78 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 90 120 -
CMYK 0.83 0.25 0 0.53
HSL 198.18º 0.7% 0.28% -
HSV(B) 198.18º 0.83% 0.47% -
XYZ 7.36 8.83 19.09 -
YUV 72.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 21 90 120 0.83 0.25 0 0.53 198.18 0.7 0.28
Hex 15 5A 78 53 19 0 35 C6 46 1C
Octal 25 132 170 123 31 0 65 306 106 34
Binary 10101 1011010 1111000 1010011 11001 0 110101 11000110 1000110 11100

Color Harmonies of #155A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A78

Black with #155A78

Text Example


Text Example

White with #155A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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