Html Css Color HEX #14909D Java

📋 copy color: '#14909D'

red 20 ◦ green 144 ◦ blue 157

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

Shades of Java #14909D

Tints of Java #14909D

RGB

 RED value IS 20 (8.2% from 255) = 6.23%

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 6.23%
G = 44.86%
B = 48.91%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14909D (or 0x14909D) is known color: Java. HEX triplet: 14, 90 and 9D. RGB value is (20,144,157). Sum of RGB (Red+Green+Blue) = 20+144+157=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #14909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14909D is #EB6F62. Grayscale: #6C6C6C. Windows color (decimal): -15429475 or 10326036. OLE color: 10326036.

HSL color Cylindrical-coordinate representation of color #14909D: hue angle of 185.69º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14909D is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 144 157 -
CMYK 0.87 0.08 0 0.38
HSL 185.69º 0.77% 0.35% -
HSV(B) 185.69º 0.87% 0.62% -
XYZ 16.35 22.53 35.39 -
YUV 108.41 155.42 64.94 -
System Red Green Blue C M Y K H S L
Decimal 20 144 157 0.87 0.08 0 0.38 185.69 0.77 0.35
Hex 14 90 9D 57 8 0 26 BA 4D 23
Octal 24 220 235 127 10 0 46 272 115 43
Binary 10100 10010000 10011101 1010111 1000 0 100110 10111010 1001101 100011

Color Harmonies of #14909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14909D

Black with #14909D

Text Example


Text Example

White with #14909D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14909D; }

 p { color: rgb(20,144,157); }

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

background-color css

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

 a { background-color: rgb(20,144,157); }

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

border-color css

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

 span { border-color: rgb(20,144,157); }

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