#12829f

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

Shades of Eastern Blue #12829F

Tints of Eastern Blue #12829F

Color information

#12829F (or 0x12829F) is unknown color: approx Eastern Blue. HEX triplet: 12, 82 and 9F. RGB value is (18,130,159). Sum of RGB (Red+Green+Blue) = 18+130+159=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #12829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12829F is #ED7D60. Grayscale: #636363. Windows color (decimal): -15564129 or 10453522. OLE color: 10453522.

HSL color Cylindrical-coordinate representation of color #12829F: hue angle of 192.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12829F is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18130159-
CMYK0.890.1800.38
HSL192.34º79.66%34.71%-
HSV(B)192.34º88.68%62.35%-
XYZ14.4918.635.63-
YUV99.82161.3969.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=5.86%
G=42.35%
B=51.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181301590.890.1800.38192.3479.6634.71
Hex12829F5912026c05023
Octal222022371312204630012043
Binary1001010000010100111111011001100100100110110000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12829f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12829f; }

 p { color: rgb(18,130,159); }

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

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

 a { background-color: rgb(18,130,159); }

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

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

 span { border-color: rgb(18,130,159); }

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