Html Css Color HEX #1B9085 Java

📋 copy color: '#1B9085'

red 27 ◦ green 144 ◦ blue 133

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

Shades of Java #1B9085

Tints of Java #1B9085

RGB

 RED value IS 27 (10.94% from 255) = 8.88%

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

 BLUE value IS 133 (52.34% from 255) = 43.75%

R = 8.88%
G = 47.37%
B = 43.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#1B9085 (or 0x1B9085) is known color: Java. HEX triplet: 1B, 90 and 85. RGB value is (27,144,133). Sum of RGB (Red+Green+Blue) = 27+144+133=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #1B9085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B9085 is #E46F7A. Grayscale: #6B6B6B. Windows color (decimal): -14970747 or 8753179. OLE color: 8753179.

HSL color Cylindrical-coordinate representation of color #1B9085: hue angle of 174.36º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B9085 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 144 133 -
CMYK 0.81 0 0.08 0.44
HSL 174.36º 0.68% 0.34% -
HSV(B) 174.36º 0.81% 0.56% -
XYZ 14.66 21.87 25.64 -
YUV 107.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 27 144 133 0.81 0 0.08 0.44 174.36 0.68 0.34
Hex 1B 90 85 51 0 8 2C AE 44 22
Octal 33 220 205 121 0 10 54 256 104 42
Binary 11011 10010000 10000101 1010001 0 1000 101100 10101110 1000100 100010

Color Harmonies of #1B9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9085

Black with #1B9085

Text Example


Text Example

White with #1B9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B9085; }

 p { color: rgb(27,144,133); }

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

background-color css

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

 a { background-color: rgb(27,144,133); }

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

border-color css

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

 span { border-color: rgb(27,144,133); }

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