#1E5272

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

Shades of Orient #1E5272

Tints of Orient #1E5272

Color information

#1E5272 (or 0x1E5272) is unknown color: approx Orient. HEX triplet: 1E, 52 and 72. RGB value is (30,82,114). Sum of RGB (Red+Green+Blue) = 30+82+114=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E5272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5272 is #E1AD8D. Grayscale: #454545. Windows color (decimal): -14790030 or 7492126. OLE color: 7492126.

HSL color Cylindrical-coordinate representation of color #1E5272: hue angle of 202.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E5272 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3082114-
CMYK0.740.2800.55
HSL202.86º58.33%28.24%-
HSV(B)202.86º73.68%44.71%-
XYZ6.597.5317.02-
YUV70.1152.7799.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=13.27%
G=36.28%
B=50.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30821140.740.2800.55202.8658.3328.24
Hex1E52724A1C037cb3a1c
Octal36122162112340673137234
Binary111101010010111001010010101110001101111100101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,82,114); }

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

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

 a { background-color: rgb(30,82,114); }

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

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

 span { border-color: rgb(30,82,114); }

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