Html Css Color HEX #11969D Java

📋 copy color: '#11969D'

red 17 ◦ green 150 ◦ blue 157

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

Shades of Java #11969D

Tints of Java #11969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 5.25%
G = 46.3%
B = 48.46%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11969D (or 0x11969D) is known color: Java. HEX triplet: 11, 96 and 9D. RGB value is (17,150,157). Sum of RGB (Red+Green+Blue) = 17+150+157=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #11969D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11969D is #EE6962. Grayscale: #6E6E6E. Windows color (decimal): -15624547 or 10327569. OLE color: 10327569.

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

Color convert

RGB 17 150 157 -
CMYK 0.89 0.04 0 0.38
HSL 183º 0.8% 0.34% -
HSV(B) 183º 0.89% 0.62% -
XYZ 17.22 24.37 35.69 -
YUV 111.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 17 150 157 0.89 0.04 0 0.38 183 0.8 0.34
Hex 11 96 9D 59 4 0 26 B7 50 22
Octal 21 226 235 131 4 0 46 267 120 42
Binary 10001 10010110 10011101 1011001 100 0 100110 10110111 1010000 100010

Color Harmonies of #11969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11969D

Black with #11969D

Text Example


Text Example

White with #11969D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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