Html Css Color HEX #189092 Java

📋 copy color: '#189092'

red 24 ◦ green 144 ◦ blue 146

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

Shades of Java #189092

Tints of Java #189092

RGB

 RED value IS 24 (9.77% from 255) = 7.64%

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

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

R = 7.64%
G = 45.86%
B = 46.5%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#189092 (or 0x189092) is known color: Java. HEX triplet: 18, 90 and 92. RGB value is (24,144,146). Sum of RGB (Red+Green+Blue) = 24+144+146=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #189092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189092 is #E76F6D. Grayscale: #6C6C6C. Windows color (decimal): -15167342 or 9605144. OLE color: 9605144.

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

Color convert

RGB 24 144 146 -
CMYK 0.84 0.01 0 0.43
HSL 180.98º 0.72% 0.33% -
HSV(B) 180.98º 0.84% 0.57% -
XYZ 15.54 22.22 30.66 -
YUV 108.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 24 144 146 0.84 0.01 0 0.43 180.98 0.72 0.33
Hex 18 90 92 54 1 0 2B B5 48 21
Octal 30 220 222 124 1 0 53 265 110 41
Binary 11000 10010000 10010010 1010100 1 0 101011 10110101 1001000 100001

Color Harmonies of #189092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189092

Black with #189092

Text Example


Text Example

White with #189092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189092; }

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

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

background-color css

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

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

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

border-color css

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

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

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