#1B848D

Color #1B848D Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1B848D

Tints of Java #1B848D

Color information

#1B848D (or 0x1B848D) is unknown color: approx Java. HEX triplet: 1B, 84 and 8D. RGB value is (27,132,141). Sum of RGB (Red+Green+Blue) = 27+132+141=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B848D is #E47B72. Grayscale: #656565. Windows color (decimal): -14973811 or 9274395. OLE color: 9274395.

HSL color Cylindrical-coordinate representation of color #1B848D: hue angle of 184.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B848D is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB27132141-
CMYK0.810.0600.45
HSL184.74º67.86%32.94%-
HSV(B)184.74º80.85%55.29%-
XYZ13.5118.6628.09-
YUV101.63150.2174.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 141 (55.47% from 255) = 47%
R=9%
G=44%
B=47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271321410.810.0600.45184.7467.8632.94
Hex1B848D51602Db94421
Octal33204215121605527110441
Binary11011100001001000110110100011100101101101110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,141); }

 H1.HeaderClassName
 {
   color: #1B848D;
 }
 .AnyTagClassName
 {
   color: #1B848D;
 }
</style>
background-color css

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

 a { background-color: rgb(27,132,141); }

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

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

 span { border-color: rgb(27,132,141); }

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