Html Css Color HEX #159299 Java

📋 copy color: '#159299'

red 21 ◦ green 146 ◦ blue 153

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

Shades of Java #159299

Tints of Java #159299

RGB

 RED value IS 21 (8.59% from 255) = 6.56%

 GREEN value IS 146 (57.42% from 255) = 45.63%

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 6.56%
G = 45.63%
B = 47.81%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#159299 (or 0x159299) is known color: Java. HEX triplet: 15, 92 and 99. RGB value is (21,146,153). Sum of RGB (Red+Green+Blue) = 21+146+153=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #159299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159299 is #EA6D66. Grayscale: #6D6D6D. Windows color (decimal): -15363431 or 10064405. OLE color: 10064405.

HSL color Cylindrical-coordinate representation of color #159299: hue angle of 183.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159299 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 146 153 -
CMYK 0.86 0.05 0 0.4
HSL 183.18º 0.76% 0.34% -
HSV(B) 183.18º 0.86% 0.6% -
XYZ 16.34 23.02 33.72 -
YUV 109.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 21 146 153 0.86 0.05 0 0.4 183.18 0.76 0.34
Hex 15 92 99 56 5 0 28 B7 4C 22
Octal 25 222 231 126 5 0 50 267 114 42
Binary 10101 10010010 10011001 1010110 101 0 101000 10110111 1001100 100010

Color Harmonies of #159299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159299

Black with #159299

Text Example


Text Example

White with #159299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159299; }

 p { color: rgb(21,146,153); }

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

background-color css

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

 a { background-color: rgb(21,146,153); }

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

border-color css

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

 span { border-color: rgb(21,146,153); }

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