#105370

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

Shades of Orient #105370

Tints of Orient #105370

Color information

#105370 (or 0x105370) is unknown color: approx Orient. HEX triplet: 10, 53 and 70. RGB value is (16,83,112). Sum of RGB (Red+Green+Blue) = 16+83+112=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #105370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105370 is #EFAC8F. Grayscale: #424242. Windows color (decimal): -15707280 or 7361296. OLE color: 7361296.

HSL color Cylindrical-coordinate representation of color #105370: hue angle of 198.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105370 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1683112-
CMYK0.860.2600.56
HSL198.12º75%25.1%-
HSV(B)198.12º85.71%43.92%-
XYZ6.237.4716.44-
YUV66.27153.892.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=7.58%
G=39.34%
B=53.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16831120.860.2600.56198.127525.1
Hex105370561A038c64b19
Octal201231601263207030611331
Binary1000010100111110000101011011010011100011000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105370; }

 p { color: rgb(16,83,112); }

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

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

 a { background-color: rgb(16,83,112); }

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

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

 span { border-color: rgb(16,83,112); }

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