#18557A

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

Shades of Orient #18557A

Tints of Orient #18557A

Color information

#18557A (or 0x18557A) is unknown color: approx Orient. HEX triplet: 18, 55 and 7A. RGB value is (24,85,122). Sum of RGB (Red+Green+Blue) = 24+85+122=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #18557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557A is #E7AA85. Grayscale: #464646. Windows color (decimal): -15182470 or 8017176. OLE color: 8017176.

HSL color Cylindrical-coordinate representation of color #18557A: hue angle of 202.65º 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 #18557A is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2485122-
CMYK0.800.3000.52
HSL202.65º67.12%28.63%-
HSV(B)202.65º80.33%47.84%-
XYZ7.148.119.6-
YUV70.98156.7994.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=10.39%
G=36.80%
B=52.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24851220.800.3000.52202.6567.1228.63
Hex18557A501E034cb431d
Octal301251721203606431310335
Binary1100010101011111010101000011110011010011001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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