Html Css Color HEX #11969F Java

📋 copy color: '#11969F'

red 17 ◦ green 150 ◦ blue 159

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

Shades of Java #11969F

Tints of Java #11969F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 5.21%
G = 46.01%
B = 48.77%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11969F (or 0x11969F) is known color: Java. HEX triplet: 11, 96 and 9F. RGB value is (17,150,159). Sum of RGB (Red+Green+Blue) = 17+150+159=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #11969F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11969F is #EE6960. Grayscale: #6F6F6F. Windows color (decimal): -15624545 or 10458641. OLE color: 10458641.

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

Color convert

RGB 17 150 159 -
CMYK 0.89 0.06 0 0.38
HSL 183.8º 0.81% 0.35% -
HSV(B) 183.8º 0.89% 0.62% -
XYZ 17.4 24.44 36.6 -
YUV 111.26 154.94 60.77 -
System Red Green Blue C M Y K H S L
Decimal 17 150 159 0.89 0.06 0 0.38 183.8 0.81 0.35
Hex 11 96 9F 59 6 0 26 B8 51 23
Octal 21 226 237 131 6 0 46 270 121 43
Binary 10001 10010110 10011111 1011001 110 0 100110 10111000 1010001 100011

Color Harmonies of #11969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11969F

Black with #11969F

Text Example


Text Example

White with #11969F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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