Html Css Color HEX #1F9497 Java

📋 copy color: '#1F9497'

red 31 ◦ green 148 ◦ blue 151

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

Shades of Java #1F9497

Tints of Java #1F9497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 9.39%
G = 44.85%
B = 45.76%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F9497 (or 0x1F9497) is known color: Java. HEX triplet: 1F, 94 and 97. RGB value is (31,148,151). Sum of RGB (Red+Green+Blue) = 31+148+151=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F9497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9497 is #E06B68. Grayscale: #717171. Windows color (decimal): -14707561 or 9933855. OLE color: 9933855.

HSL color Cylindrical-coordinate representation of color #1F9497: hue angle of 181.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9497 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 148 151 -
CMYK 0.79 0.02 0 0.41
HSL 181.5º 0.66% 0.36% -
HSV(B) 181.5º 0.79% 0.59% -
XYZ 16.74 23.71 32.97 -
YUV 113.36 149.24 69.26 -
System Red Green Blue C M Y K H S L
Decimal 31 148 151 0.79 0.02 0 0.41 181.5 0.66 0.36
Hex 1F 94 97 4F 2 0 29 B6 42 24
Octal 37 224 227 117 2 0 51 266 102 44
Binary 11111 10010100 10010111 1001111 10 0 101001 10110110 1000010 100100

Color Harmonies of #1F9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9497

Black with #1F9497

Text Example


Text Example

White with #1F9497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,151); }

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

background-color css

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

 a { background-color: rgb(31,148,151); }

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

border-color css

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

 span { border-color: rgb(31,148,151); }

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