#10597A

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

Shades of Orient #10597A

Tints of Orient #10597A

Color information

#10597A (or 0x10597A) is unknown color: approx Orient. HEX triplet: 10, 59 and 7A. RGB value is (16,89,122). Sum of RGB (Red+Green+Blue) = 16+89+122=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #10597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10597A is #EFA685. Grayscale: #464646. Windows color (decimal): -15705734 or 8018192. OLE color: 8018192.

HSL color Cylindrical-coordinate representation of color #10597A: hue angle of 198.68º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10597A is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1689122-
CMYK0.870.2700.52
HSL198.68º76.81%27.06%-
HSV(B)198.68º86.89%47.84%-
XYZ7.38.6619.7-
YUV70.94156.8288.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=7.05%
G=39.21%
B=53.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal16891220.870.2700.52198.6876.8127.06
Hex10597A571B034c74d1b
Octal201311721273306430711533
Binary1000010110011111010101011111011011010011000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10597A; }

 p { color: rgb(16,89,122); }

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

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

 a { background-color: rgb(16,89,122); }

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

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

 span { border-color: rgb(16,89,122); }

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