#12879B

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

Shades of Eastern Blue #12879B

Tints of Eastern Blue #12879B

Color information

#12879B (or 0x12879B) is unknown color: approx Eastern Blue. HEX triplet: 12, 87 and 9B. RGB value is (18,135,155). Sum of RGB (Red+Green+Blue) = 18+135+155=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #12879B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12879B is #ED7864. Grayscale: #666666. Windows color (decimal): -15562853 or 10192658. OLE color: 10192658.

HSL color Cylindrical-coordinate representation of color #12879B: hue angle of 188.76º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12879B is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18135155-
CMYK0.880.1300.39
HSL188.76º79.19%33.92%-
HSV(B)188.76º88.39%60.78%-
XYZ14.8319.8234.05-
YUV102.3157.7467.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=5.84%
G=43.83%
B=50.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181351550.880.1300.39188.7679.1933.92
Hex12879B58D027bd4f22
Octal222072331301504727511742
Binary100101000011110011011101100011010100111101111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12879B; }

 p { color: rgb(18,135,155); }

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

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

 a { background-color: rgb(18,135,155); }

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

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

 span { border-color: rgb(18,135,155); }

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