#185272

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

Shades of Orient #185272

Tints of Orient #185272

Color information

#185272 (or 0x185272) is unknown color: approx Orient. HEX triplet: 18, 52 and 72. RGB value is (24,82,114). Sum of RGB (Red+Green+Blue) = 24+82+114=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #185272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185272 is #E7AD8D. Grayscale: #444444. Windows color (decimal): -15183246 or 7492120. OLE color: 7492120.

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

Color convert

RGB2482114-
CMYK0.790.2800.55
HSL201.33º65.22%27.06%-
HSV(B)201.33º78.95%44.71%-
XYZ6.437.4417.02-
YUV68.31153.7896.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=10.91%
G=37.27%
B=51.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24821140.790.2800.55201.3365.2227.06
Hex1852724F1C037c9411b
Octal301221621173406731110133
Binary1100010100101110010100111111100011011111001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185272; }

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

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

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

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

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

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

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

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