#185479

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

Shades of Orient #185479

Tints of Orient #185479

Color information

#185479 (or 0x185479) is unknown color: approx Orient. HEX triplet: 18, 54 and 79. RGB value is (24,84,121). Sum of RGB (Red+Green+Blue) = 24+84+121=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #185479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185479 is #E7AB86. Grayscale: #464646. Windows color (decimal): -15182727 or 7951384. OLE color: 7951384.

HSL color Cylindrical-coordinate representation of color #185479: hue angle of 202.89º degrees, saturation: 0.67, 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 #185479 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2484121-
CMYK0.800.3100.53
HSL202.89º66.9%28.43%-
HSV(B)202.89º80.17%47.45%-
XYZ77.9219.25-
YUV70.28156.6294.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=10.48%
G=36.68%
B=52.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24841210.800.3100.53202.8966.928.43
Hex185479501F035cb431c
Octal301241711203706531310334
Binary1100010101001111001101000011111011010111001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185479; }

 p { color: rgb(24,84,121); }

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

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

 a { background-color: rgb(24,84,121); }

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

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

 span { border-color: rgb(24,84,121); }

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