#175469

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

Shades of Orient #175469

Tints of Orient #175469

Color information

#175469 (or 0x175469) is unknown color: approx Orient. HEX triplet: 17, 54 and 69. RGB value is (23,84,105). Sum of RGB (Red+Green+Blue) = 23+84+105=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #175469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175469 is #E8AB96. Grayscale: #444444. Windows color (decimal): -15248279 or 6902807. OLE color: 6902807.

HSL color Cylindrical-coordinate representation of color #175469: hue angle of 195.37º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175469 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2384105-
CMYK0.780.2000.59
HSL195.37º64.06%25.1%-
HSV(B)195.37º78.1%41.18%-
XYZ6.077.5414.5-
YUV68.16148.7995.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.85%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=10.85%
G=39.62%
B=49.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23841050.780.2000.59195.3764.0625.1
Hex1754694E1403Bc34019
Octal271241511162407330310031
Binary1011110101001101001100111010100011101111000011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175469; }

 p { color: rgb(23,84,105); }

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

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

 a { background-color: rgb(23,84,105); }

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

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

 span { border-color: rgb(23,84,105); }

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