Html Css Color HEX #12959B Java

📋 copy color: '#12959B'

red 18 ◦ green 149 ◦ blue 155

#12959B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #12959B

Tints of Java #12959B

RGB

 RED value IS 18 (7.42% from 255) = 5.59%

 GREEN value IS 149 (58.59% from 255) = 46.27%

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 5.59%
G = 46.27%
B = 48.14%

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12959B (or 0x12959B) is known color: Java. HEX triplet: 12, 95 and 9B. RGB value is (18,149,155). Sum of RGB (Red+Green+Blue) = 18+149+155=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #12959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12959B is #ED6A64. Grayscale: #6E6E6E. Windows color (decimal): -15559269 or 10196242. OLE color: 10196242.

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

Color convert

RGB 18 149 155 -
CMYK 0.88 0.04 0 0.39
HSL 182.63º 0.79% 0.34% -
HSV(B) 182.63º 0.88% 0.61% -
XYZ 16.91 23.99 34.75 -
YUV 110.52 153.1 62.01 -
System Red Green Blue C M Y K H S L
Decimal 18 149 155 0.88 0.04 0 0.39 182.63 0.79 0.34
Hex 12 95 9B 58 4 0 27 B7 4F 22
Octal 22 225 233 130 4 0 47 267 117 42
Binary 10010 10010101 10011011 1011000 100 0 100111 10110111 1001111 100010

Color Harmonies of #12959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12959B

Black with #12959B

Text Example


Text Example

White with #12959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12959B;
 }
 .AnyTagClassName
 {
   color: #12959B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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