#1E5B6F

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

Shades of Orient #1E5B6F

Tints of Orient #1E5B6F

Color information

#1E5B6F (or 0x1E5B6F) is unknown color: approx Orient. HEX triplet: 1E, 5B and 6F. RGB value is (30,91,111). Sum of RGB (Red+Green+Blue) = 30+91+111=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E5B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B6F is #E1A490. Grayscale: #4A4A4A. Windows color (decimal): -14787729 or 7297822. OLE color: 7297822.

HSL color Cylindrical-coordinate representation of color #1E5B6F: hue angle of 194.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E5B6F is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3091111-
CMYK0.730.1800.56
HSL194.81º57.45%27.65%-
HSV(B)194.81º72.97%43.53%-
XYZ7.158.9116.38-
YUV75.04148.2995.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.93%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=12.93%
G=39.22%
B=47.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30911110.730.1800.56194.8157.4527.65
Hex1E5B6F4912038c3391c
Octal36133157111220703037134
Binary111101011011110111110010011001001110001100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,111); }

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

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

 a { background-color: rgb(30,91,111); }

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

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

 span { border-color: rgb(30,91,111); }

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