#18567A

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

Shades of Orient #18567A

Tints of Orient #18567A

Color information

#18567A (or 0x18567A) is unknown color: approx Orient. HEX triplet: 18, 56 and 7A. RGB value is (24,86,122). Sum of RGB (Red+Green+Blue) = 24+86+122=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #18567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567A is #E7A985. Grayscale: #474747. Windows color (decimal): -15182214 or 8017432. OLE color: 8017432.

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

Color convert

RGB2486122-
CMYK0.800.3000.52
HSL202.04º67.12%28.63%-
HSV(B)202.04º80.33%47.84%-
XYZ7.228.2519.63-
YUV71.57156.4694.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=10.34%
G=37.07%
B=52.59%

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
Decimal24861220.800.3000.52202.0467.1228.63
Hex18567A501E034ca431d
Octal301261721203606431210335
Binary1100010101101111010101000011110011010011001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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