#109299

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

Shades of Eastern Blue #109299

Tints of Eastern Blue #109299

Color information

#109299 (or 0x109299) is unknown color: approx Eastern Blue. HEX triplet: 10, 92 and 99. RGB value is (16,146,153). Sum of RGB (Red+Green+Blue) = 16+146+153=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #109299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109299 is #EF6D66. Grayscale: #6B6B6B. Windows color (decimal): -15691111 or 10064400. OLE color: 10064400.

HSL color Cylindrical-coordinate representation of color #109299: hue angle of 183.07º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109299 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB16146153-
CMYK0.900.0500.4
HSL183.07º81.07%33.14%-
HSV(B)183.07º89.54%60%-
XYZ16.2422.9733.71-
YUV107.93153.4362.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=5.08%
G=46.35%
B=48.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal161461530.900.0500.4183.0781.0733.14
Hex1092995A5028b75121
Octal20222231132505026712141
Binary10000100100101001100110110101010101000101101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109299; }

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

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

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

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

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

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

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

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