Html Css Color HEX #1199A2 Java

📋 copy color: '#1199A2'

red 17 ◦ green 153 ◦ blue 162

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

Shades of Java #1199A2

Tints of Java #1199A2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 162 (63.67% from 255) = 48.8%

R = 5.12%
G = 46.08%
B = 48.8%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1199A2 (or 0x1199A2) is known color: Java. HEX triplet: 11, 99 and A2. RGB value is (17,153,162). Sum of RGB (Red+Green+Blue) = 17+153+162=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #1199A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1199A2 is #EE665D. Grayscale: #717171. Windows color (decimal): -15623774 or 10656017. OLE color: 10656017.

HSL color Cylindrical-coordinate representation of color #1199A2: hue angle of 183.72º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1199A2 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 153 162 -
CMYK 0.90 0.06 0 0.36
HSL 183.72º 0.81% 0.35% -
HSV(B) 183.72º 0.9% 0.64% -
XYZ 18.14 25.51 38.15 -
YUV 113.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 17 153 162 0.90 0.06 0 0.36 183.72 0.81 0.35
Hex 11 99 A2 5A 6 0 24 B8 51 23
Octal 21 231 242 132 6 0 44 270 121 43
Binary 10001 10011001 10100010 1011010 110 0 100100 10111000 1010001 100011

Color Harmonies of #1199A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199A2

Black with #1199A2

Text Example


Text Example

White with #1199A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1199A2; }

 p { color: rgb(17,153,162); }

 H1.HeaderClassName
 {
   color: #1199A2;
 }
 .AnyTagClassName
 {
   color: #1199A2;
 }
</style>

background-color css

<style>
 a { background-color: #1199A2; }

 a { background-color: rgb(17,153,162); }

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

border-color css

<style>
 span { border-color: #1199A2; }

 span { border-color: rgb(17,153,162); }

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