#185377

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

Shades of Orient #185377

Tints of Orient #185377

Color information

#185377 (or 0x185377) is unknown color: approx Orient. HEX triplet: 18, 53 and 77. RGB value is (24,83,119). Sum of RGB (Red+Green+Blue) = 24+83+119=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #185377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185377 is #E7AC88. Grayscale: #454545. Windows color (decimal): -15182985 or 7820056. OLE color: 7820056.

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

Color convert

RGB2483119-
CMYK0.800.3000.53
HSL202.74º66.43%28.04%-
HSV(B)202.74º79.83%46.67%-
XYZ6.87.7118.58-
YUV69.46155.9595.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=10.62%
G=36.73%
B=52.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24831190.800.3000.53202.7466.4328.04
Hex185377501E035cb421c
Octal301231671203606531310234
Binary1100010100111110111101000011110011010111001011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185377; }

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

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

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

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

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

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

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

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