#185177

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

Shades of Orient #185177

Tints of Orient #185177

Color information

#185177 (or 0x185177) is unknown color: approx Orient. HEX triplet: 18, 51 and 77. RGB value is (24,81,119). Sum of RGB (Red+Green+Blue) = 24+81+119=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #185177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185177 is #E7AE88. Grayscale: #444444. Windows color (decimal): -15183497 or 7819544. OLE color: 7819544.

HSL color Cylindrical-coordinate representation of color #185177: hue angle of 204º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185177 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2481119-
CMYK0.800.3200.53
HSL204º66.43%28.04%-
HSV(B)204º79.83%46.67%-
XYZ6.657.4118.53-
YUV68.29156.6296.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=10.71%
G=36.16%
B=53.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24811190.800.3200.5320466.4328.04
Hex1851775020035cc421c
Octal301211671204006531410234
Binary11000101000111101111010000100000011010111001100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185177; }

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

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

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

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

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

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

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

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