#107992

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

Shades of Eastern Blue #107992

Tints of Eastern Blue #107992

Color information

#107992 (or 0x107992) is unknown color: approx Eastern Blue. HEX triplet: 10, 79 and 92. RGB value is (16,121,146). Sum of RGB (Red+Green+Blue) = 16+121+146=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #107992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107992 is #EF866D. Grayscale: #5C5C5C. Windows color (decimal): -15697518 or 9599248. OLE color: 9599248.

HSL color Cylindrical-coordinate representation of color #107992: hue angle of 191.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107992 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16121146-
CMYK0.890.1700.43
HSL191.54º80.25%31.76%-
HSV(B)191.54º89.04%57.25%-
XYZ12.2415.8629.61-
YUV92.46158.2173.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.65%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=5.65%
G=42.76%
B=51.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161211460.890.1700.43191.5480.2531.76
Hex107992591102Bc05020
Octal201712221312105330012040
Binary100001111001100100101011001100010101011110000001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107992; }

 p { color: rgb(16,121,146); }

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

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

 a { background-color: rgb(16,121,146); }

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

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

 span { border-color: rgb(16,121,146); }

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