Html Css Color HEX #149093 Java

📋 copy color: '#149093'

red 20 ◦ green 144 ◦ blue 147

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

Shades of Java #149093

Tints of Java #149093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 6.43%
G = 46.3%
B = 47.27%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#149093 (or 0x149093) is known color: Java. HEX triplet: 14, 90 and 93. RGB value is (20,144,147). Sum of RGB (Red+Green+Blue) = 20+144+147=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #149093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149093 is #EB6F6C. Grayscale: #6B6B6B. Windows color (decimal): -15429485 or 9670676. OLE color: 9670676.

HSL color Cylindrical-coordinate representation of color #149093: hue angle of 181.42º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149093 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 144 147 -
CMYK 0.86 0.02 0 0.42
HSL 181.42º 0.76% 0.33% -
HSV(B) 181.42º 0.86% 0.58% -
XYZ 15.53 22.2 31.07 -
YUV 107.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 20 144 147 0.86 0.02 0 0.42 181.42 0.76 0.33
Hex 14 90 93 56 2 0 2A B5 4C 21
Octal 24 220 223 126 2 0 52 265 114 41
Binary 10100 10010000 10010011 1010110 10 0 101010 10110101 1001100 100001

Color Harmonies of #149093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149093

Black with #149093

Text Example


Text Example

White with #149093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149093; }

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

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

background-color css

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

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

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

border-color css

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

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

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