#1E607D

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

Shades of Orient #1E607D

Tints of Orient #1E607D

Color information

#1E607D (or 0x1E607D) is unknown color: approx Orient. HEX triplet: 1E, 60 and 7D. RGB value is (30,96,125). Sum of RGB (Red+Green+Blue) = 30+96+125=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E607D is #E19F82. Grayscale: #4F4F4F. Windows color (decimal): -14786435 or 8216606. OLE color: 8216606.

HSL color Cylindrical-coordinate representation of color #1E607D: hue angle of 198.32º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E607D is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3096125-
CMYK0.760.2300.51
HSL198.32º61.29%30.39%-
HSV(B)198.32º76%49.02%-
XYZ8.4210.1220.91-
YUV79.57153.6392.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=11.95%
G=38.25%
B=49.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30961250.760.2300.51198.3261.2930.39
Hex1E607D4C17033c63d1e
Octal36140175114270633067536
Binary111101100000111110110011001011101100111100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,125); }

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

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

 a { background-color: rgb(30,96,125); }

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

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

 span { border-color: rgb(30,96,125); }

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