#12949F

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

Shades of Java #12949F

Tints of Java #12949F

Color information

#12949F (or 0x12949F) is unknown color: approx Java. HEX triplet: 12, 94 and 9F. RGB value is (18,148,159). Sum of RGB (Red+Green+Blue) = 18+148+159=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #12949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12949F is #ED6B60. Grayscale: #6E6E6E. Windows color (decimal): -15559521 or 10458130. OLE color: 10458130.

HSL color Cylindrical-coordinate representation of color #12949F: hue angle of 184.68º 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 #12949F is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18148159-
CMYK0.890.0700.38
HSL184.68º79.66%34.71%-
HSV(B)184.68º88.68%62.35%-
XYZ17.123.8136.5-
YUV110.38155.4362.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=5.54%
G=45.54%
B=48.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181481590.890.0700.38184.6879.6634.71
Hex12949F597026b95023
Octal22224237131704627112043
Binary10010100101001001111110110011110100110101110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12949F; }

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

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

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

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

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

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

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

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