#185072

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

Shades of Orient #185072

Tints of Orient #185072

Color information

#185072 (or 0x185072) is unknown color: approx Orient. HEX triplet: 18, 50 and 72. RGB value is (24,80,114). Sum of RGB (Red+Green+Blue) = 24+80+114=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #185072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185072 is #E7AF8D. Grayscale: #424242. Windows color (decimal): -15183758 or 7491608. OLE color: 7491608.

HSL color Cylindrical-coordinate representation of color #185072: hue angle of 202.67º 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 #185072 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2480114-
CMYK0.790.3000.55
HSL202.67º65.22%27.06%-
HSV(B)202.67º78.95%44.71%-
XYZ6.287.1516.97-
YUV67.13154.4597.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=11.01%
G=36.70%
B=52.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24801140.790.3000.55202.6765.2227.06
Hex1850724F1E037cb411b
Octal301201621173606731310133
Binary1100010100001110010100111111110011011111001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185072; }

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

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

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

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

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

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

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

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