#1c5e78

Color #1C5E78 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1C5E78

Tints of Orient #1C5E78

Color information

#1C5E78 (or 0x1C5E78) is unknown color: approx Orient. HEX triplet: 1C, 5E and 78. RGB value is (28,94,120). Sum of RGB (Red+Green+Blue) = 28+94+120=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C5E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5E78 is #E3A187. Grayscale: #4D4D4D. Windows color (decimal): -14918024 or 7888412. OLE color: 7888412.

HSL color Cylindrical-coordinate representation of color #1C5E78: hue angle of 196.96º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C5E78 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2894120-
CMYK0.770.2200.53
HSL196.96º62.16%29.02%-
HSV(B)196.96º76.67%47.06%-
XYZ7.879.6119.21-
YUV77.23152.1392.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=11.57%
G=38.84%
B=49.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28941200.770.2200.53196.9662.1629.02
Hex1C5E784D16035c53e1d
Octal34136170115260653057635
Binary111001011110111100010011011011001101011100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5e78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c5e78; }

 p { color: rgb(28,94,120); }

 H1.HeaderClassName
 {
   color: #1c5e78;
 }
 .AnyTagClassName
 {
   color: #1c5e78;
 }
</style>
background-color css

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

 a { background-color: rgb(28,94,120); }

 div.DivClassName
 {
   background-color: #1c5e78;
 }
 .BgClassName
 {
   background-color: #1c5e78;
 }
</style>
border-color css

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

 span { border-color: rgb(28,94,120); }

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