Html Css Color HEX #1F838D Java

📋 copy color: '#1F838D'

red 31 ◦ green 131 ◦ blue 141

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

Shades of Java #1F838D

Tints of Java #1F838D

RGB

 RED value IS 31 (12.5% from 255) = 10.23%

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 10.23%
G = 43.23%
B = 46.53%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F838D (or 0x1F838D) is known color: Java. HEX triplet: 1F, 83 and 8D. RGB value is (31,131,141). Sum of RGB (Red+Green+Blue) = 31+131+141=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F838D is #E07C72. Grayscale: #666666. Windows color (decimal): -14711923 or 9274143. OLE color: 9274143.

HSL color Cylindrical-coordinate representation of color #1F838D: hue angle of 185.45º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F838D is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 131 141 -
CMYK 0.78 0.07 0 0.45
HSL 185.45º 0.64% 0.34% -
HSV(B) 185.45º 0.78% 0.55% -
XYZ 13.49 18.45 28.05 -
YUV 102.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 31 131 141 0.78 0.07 0 0.45 185.45 0.64 0.34
Hex 1F 83 8D 4E 7 0 2D B9 40 22
Octal 37 203 215 116 7 0 55 271 100 42
Binary 11111 10000011 10001101 1001110 111 0 101101 10111001 1000000 100010

Color Harmonies of #1F838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F838D

Black with #1F838D

Text Example


Text Example

White with #1F838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,131,141); }

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

background-color css

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

 a { background-color: rgb(31,131,141); }

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

border-color css

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

 span { border-color: rgb(31,131,141); }

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