Html Css Color HEX #1F9199 Java

📋 copy color: '#1F9199'

red 31 ◦ green 145 ◦ blue 153

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

Shades of Java #1F9199

Tints of Java #1F9199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 9.42%
G = 44.07%
B = 46.5%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F9199 (or 0x1F9199) is known color: Java. HEX triplet: 1F, 91 and 99. RGB value is (31,145,153). Sum of RGB (Red+Green+Blue) = 31+145+153=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9199 is #E06E66. Grayscale: #6F6F6F. Windows color (decimal): -14708327 or 10064159. OLE color: 10064159.

HSL color Cylindrical-coordinate representation of color #1F9199: hue angle of 183.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9199 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 145 153 -
CMYK 0.80 0.05 0 0.4
HSL 183.93º 0.66% 0.36% -
HSV(B) 183.93º 0.8% 0.6% -
XYZ 16.44 22.84 33.68 -
YUV 111.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 31 145 153 0.80 0.05 0 0.4 183.93 0.66 0.36
Hex 1F 91 99 50 5 0 28 B8 42 24
Octal 37 221 231 120 5 0 50 270 102 44
Binary 11111 10010001 10011001 1010000 101 0 101000 10111000 1000010 100100

Color Harmonies of #1F9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9199

Black with #1F9199

Text Example


Text Example

White with #1F9199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,145,153); }

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

background-color css

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

 a { background-color: rgb(31,145,153); }

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

border-color css

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

 span { border-color: rgb(31,145,153); }

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