#10587D

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

Shades of Orient #10587D

Tints of Orient #10587D

Color information

#10587D (or 0x10587D) is unknown color: approx Orient. HEX triplet: 10, 58 and 7D. RGB value is (16,88,125). Sum of RGB (Red+Green+Blue) = 16+88+125=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #10587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10587D is #EFA782. Grayscale: #464646. Windows color (decimal): -15705987 or 8214544. OLE color: 8214544.

HSL color Cylindrical-coordinate representation of color #10587D: hue angle of 200.37º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10587D is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1688125-
CMYK0.870.3000.51
HSL200.37º77.3%27.65%-
HSV(B)200.37º87.2%49.02%-
XYZ7.418.5720.67-
YUV70.69158.6588.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=6.99%
G=38.43%
B=54.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16881250.870.3000.51200.3777.327.65
Hex10587D571E033c84d1c
Octal201301751273606331011534
Binary1000010110001111101101011111110011001111001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10587D; }

 p { color: rgb(16,88,125); }

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

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

 a { background-color: rgb(16,88,125); }

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

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

 span { border-color: rgb(16,88,125); }

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