Html Css Color HEX #11959D Java

📋 copy color: '#11959D'

red 17 ◦ green 149 ◦ blue 157

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

Shades of Java #11959D

Tints of Java #11959D

RGB

 RED value IS 17 (7.03% from 255) = 5.26%

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

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 5.26%
G = 46.13%
B = 48.61%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11959D (or 0x11959D) is known color: Java. HEX triplet: 11, 95 and 9D. RGB value is (17,149,157). Sum of RGB (Red+Green+Blue) = 17+149+157=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #11959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11959D is #EE6A62. Grayscale: #6E6E6E. Windows color (decimal): -15624803 or 10327313. OLE color: 10327313.

HSL color Cylindrical-coordinate representation of color #11959D: hue angle of 183.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11959D is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 149 157 -
CMYK 0.89 0.05 0 0.38
HSL 183.43º 0.8% 0.34% -
HSV(B) 183.43º 0.89% 0.62% -
XYZ 17.06 24.05 35.64 -
YUV 110.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 17 149 157 0.89 0.05 0 0.38 183.43 0.8 0.34
Hex 11 95 9D 59 5 0 26 B7 50 22
Octal 21 225 235 131 5 0 46 267 120 42
Binary 10001 10010101 10011101 1011001 101 0 100110 10110111 1010000 100010

Color Harmonies of #11959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11959D

Black with #11959D

Text Example


Text Example

White with #11959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11959D; }

 p { color: rgb(17,149,157); }

 H1.HeaderClassName
 {
   color: #11959D;
 }
 .AnyTagClassName
 {
   color: #11959D;
 }
</style>

background-color css

<style>
 a { background-color: #11959D; }

 a { background-color: rgb(17,149,157); }

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

border-color css

<style>
 span { border-color: #11959D; }

 span { border-color: rgb(17,149,157); }

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