Html Css Color HEX #1197A3 Java

📋 copy color: '#1197A3'

red 17 ◦ green 151 ◦ blue 163

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

Shades of Java #1197A3

Tints of Java #1197A3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

 BLUE value IS 163 (64.06% from 255) = 49.24%

R = 5.14%
G = 45.62%
B = 49.24%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1197A3 (or 0x1197A3) is known color: Java. HEX triplet: 11, 97 and A3. RGB value is (17,151,163). Sum of RGB (Red+Green+Blue) = 17+151+163=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #1197A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1197A3 is #EE685C. Grayscale: #707070. Windows color (decimal): -15624285 or 10721041. OLE color: 10721041.

HSL color Cylindrical-coordinate representation of color #1197A3: hue angle of 184.93º 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 #1197A3 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 151 163 -
CMYK 0.90 0.07 0 0.36
HSL 184.93º 0.81% 0.35% -
HSV(B) 184.93º 0.9% 0.64% -
XYZ 17.91 24.9 38.51 -
YUV 112.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 17 151 163 0.90 0.07 0 0.36 184.93 0.81 0.35
Hex 11 97 A3 5A 7 0 24 B9 51 23
Octal 21 227 243 132 7 0 44 271 121 43
Binary 10001 10010111 10100011 1011010 111 0 100100 10111001 1010001 100011

Color Harmonies of #1197A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1197A3

Black with #1197A3

Text Example


Text Example

White with #1197A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1197A3; }

 p { color: rgb(17,151,163); }

 H1.HeaderClassName
 {
   color: #1197A3;
 }
 .AnyTagClassName
 {
   color: #1197A3;
 }
</style>

background-color css

<style>
 a { background-color: #1197A3; }

 a { background-color: rgb(17,151,163); }

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

border-color css

<style>
 span { border-color: #1197A3; }

 span { border-color: rgb(17,151,163); }

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