#1E5C75

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

Shades of Orient #1E5C75

Tints of Orient #1E5C75

Color information

#1E5C75 (or 0x1E5C75) is unknown color: approx Orient. HEX triplet: 1E, 5C and 75. RGB value is (30,92,117). Sum of RGB (Red+Green+Blue) = 30+92+117=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E5C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C75 is #E1A38A. Grayscale: #4C4C4C. Windows color (decimal): -14787467 or 7691294. OLE color: 7691294.

HSL color Cylindrical-coordinate representation of color #1E5C75: hue angle of 197.24º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5C75 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3092117-
CMYK0.740.2100.54
HSL197.24º59.18%28.82%-
HSV(B)197.24º74.36%45.88%-
XYZ7.579.2118.21-
YUV76.31150.9694.97-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.55%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=12.55%
G=38.49%
B=48.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30921170.740.2100.54197.2459.1828.82
Hex1E5C754A15036c53b1d
Octal36134165112250663057335
Binary111101011100111010110010101010101101101100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,92,117); }

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

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

 a { background-color: rgb(30,92,117); }

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

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

 span { border-color: rgb(30,92,117); }

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