Html Css Color HEX #149099 Java

📋 copy color: '#149099'

red 20 ◦ green 144 ◦ blue 153

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

Shades of Java #149099

Tints of Java #149099

RGB

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

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

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

R = 6.31%
G = 45.43%
B = 48.26%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#149099 (or 0x149099) is known color: Java. HEX triplet: 14, 90 and 99. RGB value is (20,144,153). Sum of RGB (Red+Green+Blue) = 20+144+153=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #149099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149099 is #EB6F66. Grayscale: #6B6B6B. Windows color (decimal): -15429479 or 10063892. OLE color: 10063892.

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

Color convert

RGB 20 144 153 -
CMYK 0.87 0.06 0 0.4
HSL 184.06º 0.77% 0.34% -
HSV(B) 184.06º 0.87% 0.6% -
XYZ 16.01 22.4 33.62 -
YUV 107.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 20 144 153 0.87 0.06 0 0.4 184.06 0.77 0.34
Hex 14 90 99 57 6 0 28 B8 4D 22
Octal 24 220 231 127 6 0 50 270 115 42
Binary 10100 10010000 10011001 1010111 110 0 101000 10111000 1001101 100010

Color Harmonies of #149099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149099

Black with #149099

Text Example


Text Example

White with #149099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149099; }

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

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

background-color css

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

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

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

border-color css

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

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

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