#18577A

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

Shades of Orient #18577A

Tints of Orient #18577A

Color information

#18577A (or 0x18577A) is unknown color: approx Orient. HEX triplet: 18, 57 and 7A. RGB value is (24,87,122). Sum of RGB (Red+Green+Blue) = 24+87+122=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #18577A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18577A is #E7A885. Grayscale: #474747. Windows color (decimal): -15181958 or 8017688. OLE color: 8017688.

HSL color Cylindrical-coordinate representation of color #18577A: hue angle of 201.43º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18577A is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2487122-
CMYK0.800.2900.52
HSL201.43º67.12%28.63%-
HSV(B)201.43º80.33%47.84%-
XYZ7.38.4219.65-
YUV72.15156.1393.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=10.30%
G=37.34%
B=52.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24871220.800.2900.52201.4367.1228.63
Hex18577A501D034c9431d
Octal301271721203506431110335
Binary1100010101111111010101000011101011010011001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18577A; }

 p { color: rgb(24,87,122); }

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

<style>
 a { background-color: #18577A; }

 a { background-color: rgb(24,87,122); }

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

<style>
 span { border-color: #18577A; }

 span { border-color: rgb(24,87,122); }

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