#1F868A

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

Shades of Java #1F868A

Tints of Java #1F868A

Color information

#1F868A (or 0x1F868A) is unknown color: approx Java. HEX triplet: 1F, 86 and 8A. RGB value is (31,134,138). Sum of RGB (Red+Green+Blue) = 31+134+138=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F868A is #E07975. Grayscale: #676767. Windows color (decimal): -14711158 or 9078303. OLE color: 9078303.

HSL color Cylindrical-coordinate representation of color #1F868A: hue angle of 182.24º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F868A is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB31134138-
CMYK0.780.0300.46
HSL182.24º63.31%33.14%-
HSV(B)182.24º77.54%54.12%-
XYZ13.6819.1827.03-
YUV103.66147.3876.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.23%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=10.23%
G=44.22%
B=45.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal311341380.780.0300.46182.2463.3133.14
Hex1F868A4E302Eb63f21
Octal3720621211630562667741
Binary111111000011010001010100111011010111010110110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,134,138); }

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

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

 a { background-color: rgb(31,134,138); }

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

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

 span { border-color: rgb(31,134,138); }

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