Html Css Color HEX #13909C Java

📋 copy color: '#13909C'

red 19 ◦ green 144 ◦ blue 156

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

Shades of Java #13909C

Tints of Java #13909C

RGB

 RED value IS 19 (7.81% from 255) = 5.96%

 GREEN value IS 144 (56.64% from 255) = 45.14%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 5.96%
G = 45.14%
B = 48.9%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13909C (or 0x13909C) is known color: Java. HEX triplet: 13, 90 and 9C. RGB value is (19,144,156). Sum of RGB (Red+Green+Blue) = 19+144+156=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #13909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13909C is #EC6F63. Grayscale: #6B6B6B. Windows color (decimal): -15495012 or 10260499. OLE color: 10260499.

HSL color Cylindrical-coordinate representation of color #13909C: hue angle of 185.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13909C is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 144 156 -
CMYK 0.88 0.08 0 0.39
HSL 185.26º 0.78% 0.34% -
HSV(B) 185.26º 0.88% 0.61% -
XYZ 16.24 22.49 34.94 -
YUV 107.99 155.09 64.52 -
System Red Green Blue C M Y K H S L
Decimal 19 144 156 0.88 0.08 0 0.39 185.26 0.78 0.34
Hex 13 90 9C 58 8 0 27 B9 4E 22
Octal 23 220 234 130 10 0 47 271 116 42
Binary 10011 10010000 10011100 1011000 1000 0 100111 10111001 1001110 100010

Color Harmonies of #13909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13909C

Black with #13909C

Text Example


Text Example

White with #13909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13909C; }

 p { color: rgb(19,144,156); }

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

background-color css

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

 a { background-color: rgb(19,144,156); }

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

border-color css

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

 span { border-color: rgb(19,144,156); }

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