#12909B

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

Shades of Eastern Blue #12909B

Tints of Eastern Blue #12909B

Color information

#12909B (or 0x12909B) is unknown color: approx Eastern Blue. HEX triplet: 12, 90 and 9B. RGB value is (18,144,155). Sum of RGB (Red+Green+Blue) = 18+144+155=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #12909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12909B is #ED6F64. Grayscale: #6B6B6B. Windows color (decimal): -15560549 or 10194962. OLE color: 10194962.

HSL color Cylindrical-coordinate representation of color #12909B: hue angle of 184.82º 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 #12909B is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18144155-
CMYK0.880.0700.39
HSL184.82º79.19%33.92%-
HSV(B)184.82º88.39%60.78%-
XYZ16.1422.4434.49-
YUV107.58154.7664.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 144 (56.64% from 255) = 45.43%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=5.68%
G=45.43%
B=48.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181441550.880.0700.39184.8279.1933.92
Hex12909B587027b94f22
Octal22220233130704727111742
Binary10010100100001001101110110001110100111101110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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