#12919C

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

Shades of Java #12919C

Tints of Java #12919C

Color information

#12919C (or 0x12919C) is unknown color: approx Java. HEX triplet: 12, 91 and 9C. RGB value is (18,145,156). Sum of RGB (Red+Green+Blue) = 18+145+156=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #12919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12919C is #ED6E63. Grayscale: #6C6C6C. Windows color (decimal): -15560292 or 10260754. OLE color: 10260754.

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

Color convert

RGB18145156-
CMYK0.880.0700.39
HSL184.78º79.31%34.12%-
HSV(B)184.78º88.46%61.18%-
XYZ16.3822.7834.99-
YUV108.28154.9263.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=5.64%
G=45.45%
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
Decimal181451560.880.0700.39184.7879.3134.12
Hex12919C587027b94f22
Octal22221234130704727111742
Binary10010100100011001110010110001110100111101110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12919C; }

 p { color: rgb(18,145,156); }

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

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

 a { background-color: rgb(18,145,156); }

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

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

 span { border-color: rgb(18,145,156); }

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