#185175

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

Shades of Orient #185175

Tints of Orient #185175

Color information

#185175 (or 0x185175) is unknown color: approx Orient. HEX triplet: 18, 51 and 75. RGB value is (24,81,117). Sum of RGB (Red+Green+Blue) = 24+81+117=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #185175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185175 is #E7AE8A. Grayscale: #434343. Windows color (decimal): -15183499 or 7688472. OLE color: 7688472.

HSL color Cylindrical-coordinate representation of color #185175: hue angle of 203.23º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185175 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2481117-
CMYK0.790.3100.54
HSL203.23º65.96%27.65%-
HSV(B)203.23º79.49%45.88%-
XYZ6.537.3617.91-
YUV68.06155.6296.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=10.81%
G=36.49%
B=52.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24811170.790.3100.54203.2365.9627.65
Hex1851754F1F036cb421c
Octal301211651173706631310234
Binary1100010100011110101100111111111011011011001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185175; }

 p { color: rgb(24,81,117); }

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

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

 a { background-color: rgb(24,81,117); }

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

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

 span { border-color: rgb(24,81,117); }

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