Html Css Color HEX #149092 Java

📋 copy color: '#149092'

red 20 ◦ green 144 ◦ blue 146

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

Shades of Java #149092

Tints of Java #149092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 6.45%
G = 46.45%
B = 47.1%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#149092 (or 0x149092) is known color: Java. HEX triplet: 14, 90 and 92. RGB value is (20,144,146). Sum of RGB (Red+Green+Blue) = 20+144+146=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #149092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149092 is #EB6F6D. Grayscale: #6B6B6B. Windows color (decimal): -15429486 or 9605140. OLE color: 9605140.

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

Color convert

RGB 20 144 146 -
CMYK 0.86 0.01 0 0.43
HSL 180.95º 0.76% 0.33% -
HSV(B) 180.95º 0.86% 0.57% -
XYZ 15.45 22.17 30.66 -
YUV 107.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 20 144 146 0.86 0.01 0 0.43 180.95 0.76 0.33
Hex 14 90 92 56 1 0 2B B5 4C 21
Octal 24 220 222 126 1 0 53 265 114 41
Binary 10100 10010000 10010010 1010110 1 0 101011 10110101 1001100 100001

Color Harmonies of #149092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149092

Black with #149092

Text Example


Text Example

White with #149092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149092; }

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

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

background-color css

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

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

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

border-color css

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

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

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